ftimme
2011-10-11 f3b669eb90f3f73bb0da7a4c5b6b73b17ac1dbf2
interface/web/dns/form/dns_soa.tform.php
@@ -127,7 +127,7 @@
      'refresh' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'default'   => '28800',
         'default'   => '7200',
         'value'      => '',
         'width'      => '10',
         'maxlength'   => '10'
@@ -135,7 +135,7 @@
      'retry' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'default'   => '7200',
         'default'   => '540',
         'value'      => '',
         'width'      => '10',
         'maxlength'   => '10'
@@ -159,7 +159,7 @@
      'ttl' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'default'   => '86400',
         'default'   => '3600',
         'value'      => '',
         'width'      => '10',
         'maxlength'   => '10'
@@ -175,6 +175,10 @@
      'also_notify' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
//         'validators'    => array (  0 => array (    'type'  => 'ISIPV4',
//                                          'errmsg'=> 'also_notify_error_regex'
//                                       ),
//                           ),
         'default'   => '',
         'value'      => '',
         'width'      => '30',