From f7a5c57105159e7eaac4a7a6070dad1cde5cb3d7 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 11 Feb 2010 01:48:55 +0000 Subject: [PATCH] menu option bar thingeroo to sensors page (keep the style!) :) git-svn-id: http://www.observium.org/svn/observer/trunk@811 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/sensors.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/html/pages/sensors.php b/html/pages/sensors.php index 350fd9bc8..2c7bcd780 100644 --- a/html/pages/sensors.php +++ b/html/pages/sensors.php @@ -1,5 +1,25 @@ "); } + echo(" " . $texttype ."\n"); + if ($_GET['opta'] == $type) { echo(""); } + $sep = ' | '; +} +unset ($sep); + +print_optionbar_end(); + + + switch ($_GET['opta']) { case 'temperatures': @@ -12,4 +32,4 @@ switch ($_GET['opta']) break; } -?> \ No newline at end of file +?>