From 058d5db28f507d7986c96c8150f77adb683d601a Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sun, 30 Aug 2009 16:29:38 +0000 Subject: [PATCH] 2009-08-30 Raul Mateos * godmode/snmpconsole/snmp_alert.php: File not updated in last commit git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1894 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/godmode/snmpconsole/snmp_alert.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index 609bf2c2f3..35c65af1dc 100644 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -134,9 +134,9 @@ if ((isset ($_GET["update_alert"])) && ($_GET["update_alert"] != -1)) { if (isset ($_GET["update_alert"])) { //the update_alert means the form should be displayed. If update_alert > 1 then an existing alert is updated if ($id_as) { - echo "

".__('Update alert')."

"; + echo "

".__('SNMP Console')." » ".__('Update alert')."

"; } else { - echo "

".__('Create alert')."

"; + echo "

".__('SNMP Console')." » ".__('Create alert')."

"; } echo '
'; echo ''; @@ -248,7 +248,7 @@ if (isset ($_GET["update_alert"])) { // End table echo "
"; } else { - echo "

".__('Alert overview')."

"; + echo "

".__('SNMP Console')." » ".__('Alert overview')."

"; require_once ('include/functions_alerts.php');