Florian Schaal
2014-03-07 d73ce645b0a7faaebbbc39774c87e12add14320b
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',
@@ -543,6 +557,20 @@
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_database_quota' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISINT',
               'errmsg'=> 'limit_database_quota_error_notint'),
         ),
         'default' => '-1',
         'value'  => '',
         'separator' => '',
         'width'  => '10',
         'maxlength' => '10',
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_cron' => array (
         'datatype'  => 'INTEGER',
         'formtype'  => 'TEXT',