From 867537b321ebdfbcbc19004c2ab379cff7b1b51a Mon Sep 17 00:00:00 2001 From: Esteban Sanchez Date: Tue, 7 Apr 2009 07:20:56 +0000 Subject: [PATCH] 2009-04-07 Esteban Sanchez * operation/snmpconsole/snmp_view.php: Fixed full screen links. Fixes #2728007 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1602 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/snmpconsole/snmp_view.php | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index df66e7bf2c..69c7c338b6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-04-07 Esteban Sanchez + + * operation/snmpconsole/snmp_view.php: Fixed full screen links. Fixes + #2728007 + 2009-04-06 Evi Vanoost * reporting/fgraph.php: Simplified agent access to reduce looping diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index b00e5b77ad..ed63ef2de8 100644 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -100,12 +100,13 @@ if (isset ($_POST["updatebt"])) { } } -echo "

Pandora SNMP > " . __('SNMP console'); -if ($config["pure"] == 1) { - echo ' '; +echo "

" . __('SNMP console'); + +if ($config["pure"]) { + echo ' '; } else { // Fullscreen - echo ' '; + echo ' '; } echo "

";