ftimme
2013-06-11 c1fcaed2ee8f05a5030fe4e8e211ca4eae7a9489
interface/web/sites/form/web_vhost_subdomain.tform.php
@@ -167,13 +167,7 @@
      'hd_quota' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'hd_quota_error_empty'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(\-1|[0-9]{1,10})$/',
                                          'errmsg'=> 'hd_quota_error_regex'),
                           ),
         'default'   => '-1',
         'default'   => '0',
         'value'      => '',
         'width'      => '7',
         'maxlength'   => '7'