[Phphtmllib-devel] SF.net SVN: phphtmllib:[3231] trunk/open2300/lib/modules
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-03-01 21:10:37
|
Revision: 3231 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3231&view=rev Author: hemna Date: 2009-03-01 21:10:28 +0000 (Sun, 01 Mar 2009) Log Message: ----------- size changes Modified Paths: -------------- trunk/open2300/lib/modules/graphs/SingleDataDateLineGraph.inc trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc trunk/open2300/lib/modules/home/page/HomePage.inc Modified: trunk/open2300/lib/modules/graphs/SingleDataDateLineGraph.inc =================================================================== --- trunk/open2300/lib/modules/graphs/SingleDataDateLineGraph.inc 2009-03-01 21:07:42 UTC (rev 3230) +++ trunk/open2300/lib/modules/graphs/SingleDataDateLineGraph.inc 2009-03-01 21:10:28 UTC (rev 3231) @@ -67,7 +67,7 @@ public function render() { // Create the graph. These two calls are always required - $graph = new Graph(400,200,"auto"); + $graph = new Graph(450,200,"auto"); $graph->img->SetImgFormat('gif'); $graph->SetScale("datlin"); Modified: trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc =================================================================== --- trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc 2009-03-01 21:07:42 UTC (rev 3230) +++ trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc 2009-03-01 21:10:28 UTC (rev 3231) @@ -33,7 +33,7 @@ public function render() { // Create the graph. These two calls are always required - $graph = new Graph(400,200,"auto"); + $graph = new Graph(450,200,"auto"); $graph->img->SetImgFormat('gif'); $graph->SetScale("datlin"); //$graph->SetY2Scale("lin"); Modified: trunk/open2300/lib/modules/home/page/HomePage.inc =================================================================== --- trunk/open2300/lib/modules/home/page/HomePage.inc 2009-03-01 21:07:42 UTC (rev 3230) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2009-03-01 21:10:28 UTC (rev 3231) @@ -80,7 +80,7 @@ $table = TABLEtag::factory("100%",0,0,10); - $table->add_row(new TDtag(array('style' => 'vertical-align:top;width:410px;'),$right_div), + $table->add_row(new TDtag(array('style' => 'vertical-align:top;width:460px;'),$right_div), new TDtag(array('style' => 'vertical-align:top;'),$radar_div)); return $table; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |