summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 11:59:45 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 11:59:45 +0000
commit8d6e9646fb189323340a61e6dcf614ee4b1bc43b (patch)
treed5c1780f1d781cd53cb97822ca34fcd67525c7c7 /frontends/php/include/forms.inc.php
parent939838fff9c58f1a80e18f09e0b5d2bf8bcc876e (diff)
downloadzabbix-8d6e9646fb189323340a61e6dcf614ee4b1bc43b.tar.gz
zabbix-8d6e9646fb189323340a61e6dcf614ee4b1bc43b.tar.xz
zabbix-8d6e9646fb189323340a61e6dcf614ee4b1bc43b.zip
improved webtest configuration form
git-svn-id: svn://svn.zabbix.com/trunk@3783 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
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));