From 51d0146fc1d2fd65e7cf4fcca0e530a085b4a708 Mon Sep 17 00:00:00 2001 From: Antennipasi <Antennipasi@ispconfig3> Date: Sun, 04 Jan 2009 11:28:46 -0500 Subject: [PATCH] Added more translations to monitor-module, mostly done now, couple annoyances left. merged changes with all languages. --- interface/web/mail/form/mail_user.tform.php | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/form/mail_user.tform.php b/interface/web/mail/form/mail_user.tform.php index 454f93c..be3f675 100644 --- a/interface/web/mail/form/mail_user.tform.php +++ b/interface/web/mail/form/mail_user.tform.php @@ -137,12 +137,26 @@ 'default' => 'y', 'value' => array(1 => 'y',0 => 'n') ), + /* 'access' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'CHECKBOX', 'default' => 'y', 'value' => array(1 => 'y',0 => 'n') ), + */ + 'disableimap' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'CHECKBOX', + 'default' => '0', + 'value' => array(1 => '1',0 => '0') + ), + 'disablepop3' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'CHECKBOX', + 'default' => 'y', + 'value' => array(1 => '1',0 => '0') + ), ################################## # ENDE Datatable fields ################################## -- Gitblit v1.9.1