From d43cdad7158fb7bcf8d05da5030b4cb01397f784 Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 19 Dec 2006 14:37:15 +0000 Subject: minor changes [compiled version] git-svn-id: svn://svn.zabbix.com/trunk@3612 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/forms.inc.php') diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 82955f50..65f8b6c8 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2887,7 +2887,7 @@ new CButton('add_template',S_ADD, "return PopUp('popup.php?dstfrm=".$frmHost->GetName(). "&dstfld1=new_template&srctbl=templates&srcfld1=hostid&srcfld2=host". - url_param($templates,false,'existed_templates')."',450,450)l", + url_param($templates,false,'existed_templates')."',450,450)", 'T') )); -- cgit