From 8d09a66f80691213109e9d427ccdb6a087ed01d1 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Fri, 17 Jul 2015 11:17:22 +0200 Subject: [PATCH] Minor corrections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Made some changes according to f0o’s recommendation --- html/includes/print-menubar.php | 3 +-- html/pages/availability-map.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index e717167697..59ce75d45c 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -72,6 +72,7 @@ if ($_SESSION['userlevel'] >= '10') { Maps @@ -147,8 +148,6 @@ if ($_SESSION['userlevel'] >= '10') { } ?> - -
  • Network Map Network Map
  • diff --git a/html/pages/availability-map.inc.php b/html/pages/availability-map.inc.php index dc63bf16b8..fa7bc5a52c 100644 --- a/html/pages/availability-map.inc.php +++ b/html/pages/availability-map.inc.php @@ -33,8 +33,8 @@ foreach(dbFetchRows($sql) as $device) { else { $btn_type = 'btn-danger'; } + echo " 'device', 'device' => $device['device_id'])). "' role='button' class='btn " . $btn_type . " btn-xs' title='" . $device['hostname'] . "' style='min-height:25px; min-width:25px; border-radius:0px;'>"; - echo ""; } -echo ""; +echo ""; \ No newline at end of file