Marius Cramer
2014-02-17 ebbe6374fc9c308daf729d2ad1b2f8007ed771ce
interface/web/dns/form/dns_slave.tform.php
@@ -96,7 +96,7 @@
                                          'errmsg'=> 'origin_error_unique'),
                              */
            1 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,10}[\.]{0,1}$/',
               'regex' => '/^[a-zA-Z0-9\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,10}[\.]{0,1}$/',
               'errmsg'=> 'origin_error_regex'),
         ),
         'default' => '',
@@ -121,6 +121,11 @@
      'xfer' => array (
         'datatype'      => 'VARCHAR',
         'formtype'      => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISIP',
               'allowempty' => 'y',
               'separator' => ',',
               'errmsg'=> 'xfer_error_regex'),
         ),
         'default'       => '',
         'value'         => '',
         'width'         => '30',