Till Brehm
2014-10-17 ea9199eb394c7eae3269dfd6f68f50a5bec725fe
interface/web/dns/form/dns_aaaa.tform.php
@@ -79,7 +79,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-\*]{0,64}$/',
               'regex' => '/^[a-zA-Z0-9\.\-\*]{0,64}$/',
               'errmsg'=> 'name_error_regex'),
         ),
         'default' => '',
@@ -122,6 +122,10 @@
      'ttl' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'RANGE',
               'range' => '60:',
               'errmsg'=> 'ttl_range_error'),
         ),
         'default' => '86400',
         'value'  => '',
         'width'  => '10',