From dc148bde7f8333d015c614b428a67da29f7d4c3f Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sat, 9 Apr 2011 14:45:29 +0000 Subject: [PATCH] remove icons and move to new format for device/graphs menu git-svn-id: http://www.observium.org/svn/observer/trunk@2044 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/graphs.inc.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/html/pages/device/graphs.inc.php b/html/pages/device/graphs.inc.php index 0ef1895ee9..83aac0fc0e 100644 --- a/html/pages/device/graphs.inc.php +++ b/html/pages/device/graphs.inc.php @@ -27,16 +27,14 @@ foreach ($config['graph_sections'] as $section) echo($sep); if ($_GET['opta'] == $type) { - echo(""); - echo(''); - } - else - { - echo(''); + echo(''); } - echo(" " . $type ."\n"); - if ($_GET['opta'] == $type) { echo(""); } + echo(" " . $type .""); + if ($_GET['opta'] == $type) + { + echo(""); + } $sep = " | "; } } @@ -56,4 +54,4 @@ foreach ($config['graph_types']['device'] as $graph => $entry) } } -?> \ No newline at end of file +?>