Marius Burkard
2016-05-23 9376d70f0ccba49ead95ef47f0ecba568ea2d6e1
interface/web/client/form/client.tform.php
@@ -594,9 +594,7 @@
            'class'=> 'custom_datasource',
            'function'=> 'client_servers'
         ),
         'validators'    => array (  0 => array (    'type'  => 'NOTEMPTY',
               'errmsg'=> 'no_mail_server_error'),
            1 => array ( 'type' => 'CUSTOM',
         'validators'    => array (  0 => array ( 'type' => 'CUSTOM',
               'class' => 'validate_client',
               'function' => 'check_used_servers',
               'errmsg'=> 'mail_servers_used'),
@@ -919,9 +917,7 @@
            'class'=> 'custom_datasource',
            'function'=> 'client_servers'
         ),
         'validators'    => array (  0 => array (    'type'  => 'NOTEMPTY',
               'errmsg'=> 'no_web_server_error'),
            1 => array ( 'type' => 'CUSTOM',
         'validators'    => array (  0 => array ( 'type' => 'CUSTOM',
               'class' => 'validate_client',
               'function' => 'check_used_servers',
               'errmsg'=> 'web_servers_used'),
@@ -1141,9 +1137,7 @@
            'class'=> 'custom_datasource',
            'function'=> 'client_servers'
         ),
         'validators'    => array (  0 => array (    'type'  => 'NOTEMPTY',
               'errmsg'=> 'no_dns_server_error'),
            1 => array ( 'type' => 'CUSTOM',
         'validators'    => array (  0 => array ( 'type' => 'CUSTOM',
               'class' => 'validate_client',
               'function' => 'check_used_servers',
               'errmsg'=> 'dns_servers_used'),
@@ -1238,9 +1232,7 @@
            'class'=> 'custom_datasource',
            'function'=> 'client_servers'
         ),
         'validators'    => array (  0 => array (    'type'  => 'NOTEMPTY',
               'errmsg'=> 'no_db_server_error'),
            1 => array ( 'type' => 'CUSTOM',
         'validators'    => array (  0 => array ( 'type' => 'CUSTOM',
               'class' => 'validate_client',
               'function' => 'check_used_servers',
               'errmsg'=> 'db_servers_used'),
@@ -1262,6 +1254,20 @@
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_database_user' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISINT',
               'errmsg'=> 'limit_database_user_notint'),
         ),
         'default' => '-1',
         'value'  => '',
         'separator' => '',
         'width'  => '10',
         'maxlength' => '10',
         'rows'  => '',
         'cols'  => ''
      ),
      'limit_database_quota' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',