diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 36bf5f5645..0d2599bd44 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,18 @@ +2007-05-07 Raul Mateos + + * general/header.php: Made smaller. + + * godmode/agentes/module_manager.php: Changed html anchor. + + * operation/snmpconsole/snmp_view.php, general/logon_ok.php, + operation/events/events.php, operation/incidents/incident.php, + operation/agentes/estado_alertas.php: Removed classes. + Now we use some styles at each page to simplify css. + + * operation/agentes/estado_generalagente.php: Changed table width. + + * include/pandora.css: Updated a lot of styles, deleted some not used. + 2007-05-03 Raul Mateos * images/reporting.png: Renamed from chart_pie.png. diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index b894f2406a..c6d546b08d 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -18,7 +18,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -echo ""; +echo "
"; echo ""; if (isset ($_SESSION["id_usuario"])){ echo "
"; @@ -30,11 +30,11 @@ if (isset ($_SESSION["id_usuario"])){ echo $lang_label["has_connected"]. ' ['. $id_usuario. ']'; echo ""; - echo " ". $lang_label["information"].""; + echo " ". $lang_label["information"].""; echo ""; - echo " ". $lang_label["help"].""; + echo " ". $lang_label["help"].""; echo ""; - echo " ". $lang_label["logout"].""; + echo " ". $lang_label["logout"].""; } echo "
"; ?> \ No newline at end of file diff --git a/pandora_console/general/links_menu.php b/pandora_console/general/links_menu.php index c96d75c439..597eeae194 100644 --- a/pandora_console/general/links_menu.php +++ b/pandora_console/general/links_menu.php @@ -22,13 +22,9 @@ $sql1='SELECT * FROM tlink ORDER BY name'; $result=mysql_query($sql1); if ($row=mysql_fetch_array($result)){ ?> -
-
-
:: ::
-
-
+
:: ::