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"]." + + +"; +?>