[Phphtmllib-devel] SF.net SVN: phphtmllib:[3227] trunk/open2300/lib/modules/home/widgets/ CurrentCo
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-02-22 18:50:33
|
Revision: 3227 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3227&view=rev Author: hemna Date: 2009-02-22 18:50:29 +0000 (Sun, 22 Feb 2009) Log Message: ----------- formating rain Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc 2009-02-22 18:43:23 UTC (rev 3226) +++ trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc 2009-02-22 18:50:29 UTC (rev 3227) @@ -89,7 +89,8 @@ $table->add_row("Pressure : ", $pressure. ' inHG / '.WXConversion::inchmercury_to_millibars($pressure). ' mbar'); - $table->add_row('Rainfall : ',$this->wx->get_rain_1h().'" last hour '.$this->wx->get_rain_24h().'" in 24 hours '.$this->rain_total.'" total.'); + $table->add_row('Rainfall : ',$this->wx->get_rain_1h().'"/ '.$this->wx->get_rain_24h().'" / '.$this->rain_total.'"<br>'. + ' 1hr / 24hrs / total.'); $table->add_row(" ", " "); $inside_temp = $this->wx->get_temp_in(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |