From f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 3 Apr 2008 10:24:46 +0000 Subject: - added "remove all" option in dashboard menus (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5584 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/dashboard.php') diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php index 2c75791c..302e9663 100644 --- a/frontends/php/dashboard.php +++ b/frontends/php/dashboard.php @@ -146,7 +146,7 @@ include_once "include/page_header.php"; echo 'dashboard_submenu["menu_sysmaps"] = '.zbx_jsvalue(make_sysmap_submenu()).';'; } } - if(in_array($_REQUEST['favobj'],array('screenid','slideid'))){ + if(in_array($_REQUEST['favobj'],array('screenid','slideshowid'))){ $result = false; if('add' == $_REQUEST['action']){ $result = add2favorites('web.favorite.screenids',$_REQUEST['favid'],$_REQUEST['favobj']); -- cgit