florian030
2014-02-20 0543b213df8eaaa4c3067296ab517bc5fa2ec70e
interface/web/client/form/client_template.tform.php
@@ -557,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',