tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
interface/web/mail/list/mail_domain_catchall.list.php
@@ -16,16 +16,16 @@
$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_";
// Records per page
$liste["records_per_page"]    = 15;
$liste["records_per_page"]    = "15";
// Script File of the list
$liste["file"]            = "mail_domain_catchall_list.php";
@@ -54,18 +54,10 @@
                     'prefix'   => "",
                     'suffix'   => "",
                     'width'      => "",
                     'value'      => array('1' => "Yes",'0' => "No"));
                     'value'      => array('y' => "<div id=\"ir-Yes\" class=\"swap\"><span>Yes</span></div>", 'n' => "<div class=\"swap\" id=\"ir-No\"><span>No</span></div>"));
$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 +74,6 @@
                     'suffix'   => "%",
                     'width'      => "",
                     'value'      => "");
?>