From 8d6e9646fb189323340a61e6dcf614ee4b1bc43b Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 1 Feb 2007 11:59:45 +0000 Subject: improved webtest configuration form git-svn-id: svn://svn.zabbix.com/trunk@3783 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 579938e9..b65baf4f 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -134,7 +134,7 @@ $cmbStatus->AddItem($st, httptest_status2str($st)); $form->AddRow(S_STATUS,$cmbStatus); - $form->AddRow(S_VARIABLES, new CTextArea('macros', $macros, 40, 5)); + $form->AddRow(S_VARIABLES, new CTextArea('macros', $macros, 84, 5)); $tblSteps = new CTableInfo(); $tblSteps->SetHeader(array(S_NAME,S_TIMEOUT,S_URL,S_REQUIRED,SPACE)); -- cgit