From a89542dcf523f85eca637d0f879f3d6ae0797edc Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 28 Apr 2011 09:14:27 +0000 Subject: [PATCH] only print separator if there are alerted bgp sessions git-svn-id: http://www.observium.org/svn/observer/trunk@2190 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 2091f81a5c..9944f35cca 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -289,18 +289,14 @@ if ($_SESSION['userlevel'] >= '5')
  • BGP External
  • BGP Internal
  • '); - - echo(' -

  • '); } - $routing_alert_sep = ""; - ## Do Alerts at the bottom if ($bgp_alerts) { echo(' -
  • Alerted BGP (' . $bgp_alerts . ')
  • +

  • +
  • Alerted BGP (' . $bgp_alerts . ')
  • '); }