ftimme
2005-12-03 4cfd9d0edae233bceb75d81704f285dc43b4b73c
interface/web/dns/list/soa.list.php
@@ -42,7 +42,6 @@
// Enable auth
$liste["auth"]                                = "yes";
/*****************************************************
* Suchfelder
*****************************************************/
@@ -132,12 +131,12 @@
$liste["item"][] = array(        'field'                => "active",
                                                        'datatype'        => "VARCHAR",
                                                        'formtype'        => "TEXT",
                                                        'formtype'        => "SELECT",
                                                        'op'                => "=",
                                                        'prefix'        => "",
                                                        'suffix'        => "",
                                                        'width'                => "",
                                                        'value'                => "");
                                                        'value'                => array('Y' => 'Yes', 'N' => 'No'));
/*
$liste["item"][] = array(        'field'                => "xfer",
@@ -149,5 +148,4 @@
                                                        'width'                => "",
                                                        'value'                => "");
*/
?>