From c6c2a777164345fa6e10f2678efad3289269f0aa Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 12 Mar 2015 21:55:46 +0000 Subject: [PATCH] Added title popovers to the device quick links (ssh/telnet/https) --- html/includes/hostbox-menu.inc.php | 12 ++++++------ html/pages/device.inc.php | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/html/includes/hostbox-menu.inc.php b/html/includes/hostbox-menu.inc.php index aa1e3025e..702941a31 100644 --- a/html/includes/hostbox-menu.inc.php +++ b/html/includes/hostbox-menu.inc.php @@ -16,26 +16,26 @@ echo(''); if (device_permitted($device['device_id'])) { echo ('
'); - echo ' View device '; + echo ' View device '; echo ('
'); - echo ' View alerts '; + echo ' View alerts '; echo '
'; if ($_SESSION['userlevel'] >= "7") { echo ('
- Edit device + Edit device
'); } echo ('
- telnet + telnet
- ssh + ssh
- https + https
'); } diff --git a/html/pages/device.inc.php b/html/pages/device.inc.php index 396b43f20..c60b654f0 100644 --- a/html/pages/device.inc.php +++ b/html/pages/device.inc.php @@ -367,9 +367,9 @@ if (device_permitted($vars['device']) || $check_device == $vars['device']) '); } - echo ('
  • https
  • -
  • ssh
  • -
  • telnet
  • '); + echo ('
  • https
  • +
  • ssh
  • +
  • telnet
  • '); if ($_SESSION['userlevel'] >= "7") {