From 74bc7232eabe51cac72554269f73def613d484f5 Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 31 Jul 2007 18:11:27 +0000 Subject: [PATCH] 2007-07-31 Sancho Lerena * 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 --- pandora_console/ChangeLog | 4 + pandora_console/operation/agentes/bulbs.php | 86 ++++++++++----------- 2 files changed, 47 insertions(+), 43 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ca842537d6..49ede34d20 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2007-07-31 Sancho Lerena + + * operation/agentes/bulbs.php: Legend now shown updated image. + 2007-07-28 Sancho Lerena * include/functions_db.php: Added return_status_layout() function to fix diff --git a/pandora_console/operation/agentes/bulbs.php b/pandora_console/operation/agentes/bulbs.php index 544cd462ab..559b5db38b 100644 --- a/pandora_console/operation/agentes/bulbs.php +++ b/pandora_console/operation/agentes/bulbs.php @@ -1,43 +1,43 @@ - - - - ".$lang_label["green_light"]." - - - ".$lang_label["red_light"]." - - - ".$lang_label["yellow_light"]." - - - ".$lang_label["fired"]." - - - ".$lang_label["no_light"]." - - - ".$lang_label["blue_light"]." - - - ".$lang_label["broken_light"]." - - - ".$lang_label["not_fired"]." - - -"; -?> \ No newline at end of file + + + ".$lang_label["green_light"]." + + ".$lang_label["red_light"]." + + ".$lang_label["yellow_light"]." + + ".$lang_label["fired"]." + + ".$lang_label["no_light"]." + + ".$lang_label["blue_light"]." + + ".$lang_label["broken_light"]." + + ".$lang_label["not_fired"]." + + +"; +?>