From cc99cdff8ff86b3fbe8eb4261bfaddb86fbec3ec Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 19 Oct 2012 07:49:52 -0400 Subject: [PATCH] - Improved cron and ssh user plugins. - Added "touch" function to system.inc.php --- interface/web/mail/list/mail_forward.list.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/list/mail_forward.list.php b/interface/web/mail/list/mail_forward.list.php index d68d35e..5aae2bb 100644 --- a/interface/web/mail/list/mail_forward.list.php +++ b/interface/web/mail/list/mail_forward.list.php @@ -25,7 +25,7 @@ $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_forward_list.php"; @@ -59,6 +59,9 @@ $liste["item"][] = array( 'field' => "source", 'datatype' => "VARCHAR", + 'filters' => array( 0 => array( 'event' => 'SHOW', + 'type' => 'IDNTOUTF8') + ), 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%", @@ -68,6 +71,9 @@ $liste["item"][] = array( 'field' => "destination", 'datatype' => "VARCHAR", + 'filters' => array( 0 => array( 'event' => 'SHOW', + 'type' => 'IDNTOUTF8') + ), 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%", -- Gitblit v1.9.1