From 4cfd9d0edae233bceb75d81704f285dc43b4b73c Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Sat, 03 Dec 2005 18:07:53 -0500 Subject: [PATCH] --- interface/web/dns/list/soa.list.php | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/interface/web/dns/list/soa.list.php b/interface/web/dns/list/soa.list.php index 9755c1e..1a8c4aa 100644 --- a/interface/web/dns/list/soa.list.php +++ b/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' => ""); */ - ?> \ No newline at end of file -- Gitblit v1.9.1