diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-03 10:24:46 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-03 10:24:46 +0000 |
| commit | f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05 (patch) | |
| tree | 82d0cc4a1d306007378843e1ee2aacf9b29e9b21 /frontends/php/dashboard.php | |
| parent | d61b888e2947cc92766cac05abe6f8a238038269 (diff) | |
| download | zabbix-f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05.tar.gz zabbix-f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05.tar.xz zabbix-f76c30e882c1ab030b91dbe4ea8581c2b2c6ef05.zip | |
- added "remove all" option in dashboard menus (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5584 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
| -rw-r--r-- | frontends/php/dashboard.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']); |
