[Phphtmllib-devel] SF.net SVN: phphtmllib:[3279] trunk/open2300/lib/modules/graphs/gauge/ myTempera
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-16 04:16:27
|
Revision: 3279 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3279&view=rev Author: hemna Date: 2009-10-16 04:16:21 +0000 (Fri, 16 Oct 2009) Log Message: ----------- color of low temp Modified Paths: -------------- trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php Modified: trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php =================================================================== --- trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php 2009-10-16 04:07:40 UTC (rev 3278) +++ trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php 2009-10-16 04:16:21 UTC (rev 3279) @@ -50,8 +50,8 @@ <line x1='92' y1='251' x2='96' y2='251' thickness='2' color='ff0000' /> </move> <move start_y_offset='0' end_y_offset='XX_LOW_TEMP_XX' shake_frequency='0'> - <line x1='40' y1='251' x2='44' y2='251' thickness='2' color='0000ff' /> - <line x1='92' y1='251' x2='96' y2='251' thickness='2' color='0000ff' /> + <line x1='40' y1='251' x2='44' y2='251' thickness='2' color='487aff' /> + <line x1='92' y1='251' x2='96' y2='251' thickness='2' color='487aff' /> </move> <update url='/index.php?target=my-temperature-flash-gauge&foo=$ts' delay='60' delay_type='1' /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |