summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpconf.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 12:46:19 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 12:46:19 +0000
commit9d240eca134c2433ac0a548a2b7fbe1fccc7c66d (patch)
treecd3d46256d09ca370f385dccf2082d0d33d96e78 /frontends/php/httpconf.php
parent63ce91166a8ecd8550db063ba9d9d914ec270e4c (diff)
downloadzabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.tar.gz
zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.tar.xz
zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.zip
- [DEV-177] added checkbox range selection (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5800 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpconf.php')
-rw-r--r--frontends/php/httpconf.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/php/httpconf.php b/frontends/php/httpconf.php
index 52e84b48..a880741f 100644
--- a/frontends/php/httpconf.php
+++ b/frontends/php/httpconf.php
@@ -447,7 +447,7 @@ include_once "include/page_header.php";
httptest_status2style($httptest_data["status"])));
- $chkBox = new CCheckBox("group_httptestid[]",null,null,$httptest_data["httptestid"]);
+ $chkBox = new CCheckBox('group_httptestid['.$httptest_data["httptestid"].']',null,null,$httptest_data["httptestid"]);
$step_cout = DBfetch(DBselect('select count(*) as cnt from httpstep where httptestid='.$httptest_data["httptestid"]));
$step_cout = $step_cout['cnt'];
@@ -461,8 +461,7 @@ include_once "include/page_header.php";
$status
)));
}
- if($httptest_cnt > 0)
- {
+ if($httptest_cnt > 0){
if(uint_in_array($db_app["applicationid"],$_REQUEST["applications"]) || isset($show_all_apps))
$link = new CLink(new CImg("images/general/opened.gif"),
"?close=1&applicationid=".$db_app["applicationid"].