From 868e7aff40cde5fa18b1f0eea5fd630bf25b1f5b Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Fri, 04 Nov 2011 14:19:44 -0400 Subject: [PATCH] email autoresponder patches. Now with subject line and language file updates --- interface/web/mail/form/mail_user.tform.php | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/form/mail_user.tform.php b/interface/web/mail/form/mail_user.tform.php index 1f2e992..9948d11 100644 --- a/interface/web/mail/form/mail_user.tform.php +++ b/interface/web/mail/form/mail_user.tform.php @@ -196,7 +196,7 @@ 'value' => array(1 => 'y',0 => 'n') ), ################################## - # ENDE Datatable fields + # END Datatable fields ################################## ) ); @@ -209,6 +209,14 @@ ################################## # Begin Datatable fields ################################## + 'autoresponder_subject' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'TEXT', + 'default' => 'Out of office reply', + 'value' => '', + 'width' => '30', + 'maxlength' => '255' + ), 'autoresponder_text' => array ( 'datatype' => 'TEXT', 'formtype' => 'TEXTAREA', @@ -242,7 +250,7 @@ ), ), ################################## - # ENDE Datatable fields + # END Datatable fields ################################## ) ); @@ -262,7 +270,7 @@ 'value' => array(0 => 'n',1 => 'y') ), ################################## - # ENDE Datatable fields + # END Datatable fields ################################## ), 'plugins' => array ( @@ -296,7 +304,7 @@ 'rows' => '15' ), ################################## - # ENDE Datatable fields + # END Datatable fields ################################## ) ); -- Gitblit v1.9.1