ftimme
2005-12-06 c4b4cec36f021be2965b23e34f4fe651f22e0847
interface/web/dns/form/rr.tform.php
@@ -42,7 +42,7 @@
$form["db_history"]                = "yes";
$form["tab_default"]        = "rr";
$form["list_default"]        = "rr_list.php";
$form["auth"]                        = 'no';  // yes / no
$form["auth"]                        = 'yes';  // yes / no
$form["auth_preset"]["userid"]  = 0; // 0 = id of the user, > 0 id must match with id of current user
$form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user
@@ -110,9 +110,11 @@
                'aux' => array (
                        'datatype'        => 'INTEGER',
                        'formtype'        => 'TEXT',
                        /*
                        'validators'      => array (0 => array ('type' => 'ISINT',
                                                                'errmsg'=> 'rr_aux_error_noint'),
                                                   ),
                        */
                        'default'        => '',
                        'value'                => '',
                        'width'                => '30',
@@ -121,9 +123,11 @@
                'ttl' => array (
                        'datatype'        => 'INTEGER',
                        'formtype'        => 'TEXT',
                        /*
                        'validators'      => array (0 => array ('type' => 'ISPOSITIVE',
                                                                'errmsg'=> 'rr_ttl_error_notpositive'),
                                                   ),
                        */
                        'default'        => '86400',
                        'value'                => '86400',
                        'width'                => '30',