From 8c292c56d192df144c551477b1cfda4e361084f3 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 7 Feb 2006 10:20:58 +0000 Subject: - fixed synchronisation of template graphs when using a template (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2619 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 01e2729d..f5f7be34 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1852,7 +1852,7 @@ { $cmbHosts->AddItem($host["hostid"],$host["host"]); } - $frmHost->AddRow(S_LINK_WITH_HOST,$cmbHosts); + $frmHost->AddRow(S_USE_TEMPLATES_OF_THIS_HOST,$cmbHosts); $frmHost->AddRow(S_USE_PROFILE,new CCheckBox("useprofile",$useprofile,NULL,"submit()")); if($useprofile=="yes") -- cgit