From 45f11e2be23676e9efc084b7c447993e58f5b670 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 07 Mar 2007 16:20:39 -0500 Subject: [PATCH] Update of the mail and dns module. --- interface/web/mail/list/mail_domain_catchall.list.php | 19 ++++++------------- 1 files changed, 6 insertions(+), 13 deletions(-) diff --git a/interface/web/mail/list/mail_domain_catchall.list.php b/interface/web/mail/list/mail_domain_catchall.list.php index c6f9c30..b113a1f 100644 --- a/interface/web/mail/list/mail_domain_catchall.list.php +++ b/interface/web/mail/list/mail_domain_catchall.list.php @@ -16,10 +16,10 @@ $liste["name"] = "mail_domain_catchall"; // Database table -$liste["table"] = "mail_domain_catchall"; +$liste["table"] = "mail_forwarding"; // Index index field of the database table -$liste["table_idx"] = "domain_catchall_id"; +$liste["table_idx"] = "forwarding_id"; // Search Field Prefix $liste["search_prefix"] = "search_"; @@ -54,18 +54,9 @@ 'prefix' => "", 'suffix' => "", 'width' => "", - 'value' => array('1' => "Yes",'0' => "No")); + 'value' => array('y' => "Yes",'n' => "No")); -$liste["item"][] = array( 'field' => "server_id", - 'datatype' => "VARCHAR", - 'formtype' => "TEXT", - 'op' => "like", - 'prefix' => "%", - 'suffix' => "%", - 'width' => "", - 'value' => ""); - -$liste["item"][] = array( 'field' => "domain", +$liste["item"][] = array( 'field' => "source", 'datatype' => "VARCHAR", 'formtype' => "TEXT", 'op' => "like", @@ -82,4 +73,6 @@ 'suffix' => "%", 'width' => "", 'value' => ""); + + ?> \ No newline at end of file -- Gitblit v1.9.1