tbrehm
2008-06-08 8b5ccd302bd1497de721a25e4ce086bebf95173f
interface/web/client/form/client.tform.php
@@ -104,6 +104,7 @@
      'password' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
         'encryption'=> 'MD5',
         'default'   => '',
         'value'      => '',
         'separator'   => '',
@@ -569,7 +570,7 @@
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_dns_zone_error_notint'),
                                          'errmsg'=> 'limit_dns_record_error_notint'),
                           ),
         'default'   => '-1',
         'value'      => '',
@@ -579,6 +580,20 @@
         'rows'      => '',
         'cols'      => ''
      ),
      'limit_client' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'limit_client_error_notint'),
                           ),
         'default'   => '0',
         'value'      => '',
         'separator'   => '',
         'width'      => '10',
         'maxlength'   => '10',
         'rows'      => '',
         'cols'      => ''
      ),
   ##################################
   # END Datatable fields
   ##################################