summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-28 16:18:42 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-28 16:18:42 +0000
commitceedba4754e22b6f7c563dea7a57b1651446728d (patch)
tree6127a300d5d2509c5e807a25b9bd27111655d4f7 /frontends/php/items.php
parente6a424f8df4ca22cfb9268d8221d6b419986a4fb (diff)
downloadzabbix-ceedba4754e22b6f7c563dea7a57b1651446728d.tar.gz
zabbix-ceedba4754e22b6f7c563dea7a57b1651446728d.tar.xz
zabbix-ceedba4754e22b6f7c563dea7a57b1651446728d.zip
- added mass-delete function for IT Services (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2081 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index 95f26310..e2411858 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -326,6 +326,7 @@
),$col++);
}
table_end();
+
show_form_begin();
echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"Activate selected\" onClick=\"return Confirm('".S_ACTIVATE_SELECTED_ITEMS_Q."');\">";
echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"Disable selected\" onClick=\"return Confirm('".S_DISABLE_SELECTED_ITEMS_Q."');\">";