summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-11 13:36:42 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-11 13:36:42 +0000
commit8f0cb0518851819cb4f6c4c277a93d115bd9c42d (patch)
treec0e4c9a02ed7bd0fc16fda7bd23a14a9265f2073 /frontends/php/include/forms.inc.php
parent89a4b79642e2ddfce1151d9325cde862522c003f (diff)
- misc fixes for WEB frontend (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3027 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index c727e62e..ab210be8 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1368,8 +1368,8 @@
if($repeat>0)
{
- $frmAction->AddRow(S_NUMBER_OF_REPEATS, new CTextBox('maxrepeats',$maxrepeats,2));
- $frmAction->AddRow(S_DELAY_BETWEEN_REPEATS, new CTextBox('repeatdelay',$repeatdelay,2));
+ $frmAction->AddRow(S_NUMBER_OF_REPEATS, new CTextBox('maxrepeats',$maxrepeats,5));
+ $frmAction->AddRow(S_DELAY_BETWEEN_REPEATS, new CTextBox('repeatdelay',$repeatdelay,5));
} else {
$frmAction->AddVar("maxrepeats",$maxrepeats);
$frmAction->AddVar("repeatdelay",$repeatdelay);