2007-07-31 Sancho Lerena <slerena@artica.es>

* operation/agentes/bulbs.php: Legend now shown updated image.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@578 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2007-07-31 18:11:27 +00:00
parent b80079c293
commit 74bc7232ea
2 changed files with 47 additions and 43 deletions

View File

@ -1,3 +1,7 @@
2007-07-31 Sancho Lerena <slerena@artica.es>
* operation/agentes/bulbs.php: Legend now shown updated image.
2007-07-28 Sancho Lerena <slerena@artica.es> 2007-07-28 Sancho Lerena <slerena@artica.es>
* include/functions_db.php: Added return_status_layout() function to fix * include/functions_db.php: Added return_status_layout() function to fix

View File

@ -22,21 +22,21 @@
echo " echo "
<table cellpadding='3' cellspacing='3'> <table cellpadding='3' cellspacing='3'>
<tr><td class='f9i'> <tr><td class='f9i'>
<img src='images/b_green.png' alt=''> - ".$lang_label["green_light"]."</td> <img src='images/pixel_green.png' width=40 height=18> ".$lang_label["green_light"]."</td>
<td class='f9i'> <td class='f9i'>
<img src='images/b_red.png' alt=''> - ".$lang_label["red_light"]."</td> <img src='images/pixel_red.png' width=40 height=18> ".$lang_label["red_light"]."</td>
<td class='f9i'> <td class='f9i'>
<img src='images/b_yellow.png' alt=''> - ".$lang_label["yellow_light"]."</td> <img src='images/pixel_yellow.png' width=40 height=18> ".$lang_label["yellow_light"]."</td>
<td class='f9i'> <td class='f9i'>
<img src='images/dot_red.png' alt=''> - ".$lang_label["fired"]."</td> <img src='images/pixel_red.png' width=20 height=10> ".$lang_label["fired"]."</td>
<tr><td class='f9i'> <tr><td class='f9i'>
<img src='images/b_white.png' alt=''> - ".$lang_label["no_light"]."</td> <img src='images/pixel_gray.png' width=40 height=18> ".$lang_label["no_light"]."</td>
<td class='f9i'> <td class='f9i'>
<img src='images/b_blue.png' alt=''> - ".$lang_label["blue_light"]."</td> <img src='images/pixel_blue.png' width=40 height=18> ".$lang_label["blue_light"]."</td>
<td class='f9i'> <td class='f9i'>
<img src='images/b_down.png' alt=''> - ".$lang_label["broken_light"]."</td> <img src='images/pixel_fucsia.png' width=40 height=18> ".$lang_label["broken_light"]."</td>
<td class='f9i'> <td class='f9i'>
<img src='images/dot_green.png' alt=''> - ".$lang_label["not_fired"]."</td> <img src='images/pixel_green.png' width=20 height=10> ".$lang_label["not_fired"]."</td>
</tr> </tr>
</table> </table>
"; ";