summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/html.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 16:59:15 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 16:59:15 +0000
commitc11f2158406332132f478cee1697e617a825dc93 (patch)
treea7fdb1e66d5363d4006d114a760ea619a551af82 /frontends/php/include/html.inc.php
parent5e009a0ed6643f9af6016a4231fbcf5586def53b (diff)
downloadzabbix-c11f2158406332132f478cee1697e617a825dc93.tar.gz
zabbix-c11f2158406332132f478cee1697e617a825dc93.tar.xz
zabbix-c11f2158406332132f478cee1697e617a825dc93.zip
- [DEV-122] {beta} added time period to filter (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5494 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/html.inc.php')
-rw-r--r--frontends/php/include/html.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php
index 37d5dfbf..a3c7ff08 100644
--- a/frontends/php/include/html.inc.php
+++ b/frontends/php/include/html.inc.php
@@ -161,6 +161,7 @@
$icon = new CDiv(SPACE,($state)?'filteropened':'filterclosed');
$icon->AddAction('onclick',new CScript("javascript: change_filter_state(this,'".$id."');"));
$icon->AddOption('title',S_SHOW.'/'.S_HIDE.' '.S_FILTER);
+ $icon->AddAction('id','filter_icon');
$td_icon = new CCol($icon);
$td_icon->AddOption('valign','bottom');