tbrehm
2007-10-17 af8f1ba169081990bfbe62fe295d8124f6aadc5c
interface/web/client/form/client.tform.php
@@ -526,6 +526,20 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_shell_user' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_shell_user_error_notint'),
                           ),
         'default'   => '-1',
         'value'      => '',
         'separator'   => '',
         'width'      => '10',
         'maxlength'   => '10',
         'rows'      => '',
         'cols'      => ''
      ),
      'default_dnsserver' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'SELECT',