From 180d85520fa4c856e46b58153bc0c7f1f8b48d98 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 1 Sep 2005 11:06:42 +0000 Subject: Improvements for navigation bar. git-svn-id: svn://svn.zabbix.com/trunk@2016 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/screens.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'frontends/php/screens.php') diff --git a/frontends/php/screens.php b/frontends/php/screens.php index 2dbeb441..020d9673 100644 --- a/frontends/php/screens.php +++ b/frontends/php/screens.php @@ -38,6 +38,10 @@ } ?> + + "; + echo ""; } else if($resource == 1) { - echo ""; + echo ""; } else if($resource == 2) { -- cgit