Till Brehm
2014-01-10 94c9617ebd5497ae8801a0c6e4b30999fcf23872
interface/web/client/form/client_template.tform.php
@@ -101,6 +101,20 @@
      //#################################
      // Begin Datatable fields
      //#################################
      'limit_client' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISINT',
               'errmsg'=> 'limit_client_error_notint'),
         ),
         'default' => '1',
         'value'  => '',
         'separator' => '',
         'width'  => '10',
         'maxlength' => '10',
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_maildomain' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',