Till Brehm
2016-04-19 634d3a71e91d6f2ba8b4bc97df6f766a4f556d43
interface/web/sites/form/web_vhost_domain.tform.php
@@ -894,6 +894,30 @@
            'rows'  => '',
            'cols'  => ''
         ),
         'http_port' => array (
            'datatype' => 'INTEGER',
            'formtype' => 'TEXT',
            'validators' => array (  0 => array ( 'type' => 'REGEX',
                  'regex' => '/^([0-9]{1,5})$/',
                  'errmsg'=> 'http_port_error_regex'),
            ),
            'default' => '0',
            'value'  => '',
            'width'  => '3',
            'maxlength' => '6'
         ),
         'https_port' => array (
            'datatype' => 'INTEGER',
            'formtype' => 'TEXT',
            'validators' => array (  0 => array ( 'type' => 'REGEX',
                  'regex' => '/^([0-9]{1,5})$/',
                  'errmsg'=> 'https_port_error_regex'),
            ),
            'default' => '0',
            'value'  => '',
            'width'  => '3',
            'maxlength' => '6'
         )
         //#################################
         // ENDE Datatable fields
         //#################################