diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index ea26f5b4..a0b3a976 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -283,7 +283,7 @@ $form->AddRow(S_NEW_CHECK, array( $cmbChkType, SPACE, - S_PORTS_SMALL, SPACE, new CTextBox('new_check_ports', $new_check_ports), + S_PORTS_SMALL, SPACE, new CNumericBox('new_check_ports', $new_check_ports,5), $external_param, new CButton('add_check', S_ADD) ),'new'); |
