From 8f0cb0518851819cb4f6c4c277a93d115bd9c42d Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 11 Jul 2006 13:36:42 +0000 Subject: - misc fixes for WEB frontend (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3027 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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); -- cgit