tbrehm
2010-05-26 374c8db63dca02dcf62d64448dc408897925c19f
interface/web/sites/form/web_domain.tform.php
@@ -139,7 +139,6 @@
         'width'      => '7',
         'maxlength'   => '7'
      ),
      /*
      'traffic_quota' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -151,7 +150,6 @@
         'width'      => '7',
         'maxlength'   => '7'
      ),
      */
      'cgi' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
@@ -225,6 +223,10 @@
      ),
      'redirect_path' => array (
         'datatype'   => 'VARCHAR',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '@^(([.]{0})|(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.\,\-]*(\?\S+)?)?)?)|(/[\w/_\.\-]{1,255}/))$@',
                                          'errmsg'=> 'redirect_error_regex'),
                           ),
         'formtype'   => 'TEXT',
         'default'   => '',
         'value'      => '',
@@ -250,7 +252,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[a-zA-Z0-9\ \.\-\_\,]{1,255}$/',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_state_error_regex'),
                           ),
         'default'   => '',
@@ -262,7 +264,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[a-zA-Z0-9\ \.\-\_\,]{1,255}$/',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_locality_error_regex'),
                           ),
         'default'   => '',
@@ -274,7 +276,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[a-zA-Z0-9\ \.\-\_\,]{1,255}$/',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_organisation_error_regex'),
                           ),
         'default'   => '',
@@ -286,7 +288,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[a-zA-Z0-9\ \.\-\_\,]{1,255}$/',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_organistaion_unit_error_regex'),
                           ),
         'default'   => '',
@@ -298,7 +300,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[A-Z]{2,2}$/',
                                          'regex' => '/^(([.]{0})|([A-Z]{2,2}))$/',
                                          'errmsg'=> 'ssl_country_error_regex'),
                           ),
         'default'   => '',