Till Brehm
2016-01-10 96ae77f9f14f3e1381fa3e5405c693b0273ce1d2
interface/web/mail/form/mail_user.tform.php
@@ -311,7 +311,11 @@
         'autoresponder_start_date' => array (
            'datatype' => 'DATETIME',
            'formtype' => 'DATETIME',
            'validators'=> array ( 0 => array ( 'type' => 'CUSTOM',
            'validators'=> array (
               0 => array ( 'type' => 'ISDATETIME',
                  'allowempty' => 'y',
                  'errmsg'=> 'autoresponder_start_date_is_no_date'),
               1 => array ( 'type' => 'CUSTOM',
                  'class' => 'validate_autoresponder',
                  'function' => 'start_date',
                  'errmsg'=> 'autoresponder_start_date_is_required'),
@@ -320,7 +324,11 @@
         'autoresponder_end_date' => array (
            'datatype' => 'DATETIME',
            'formtype' => 'DATETIME',
            'validators'=> array (  0 => array ( 'type' => 'CUSTOM',
            'validators'=> array (
               0 => array ( 'type' => 'ISDATETIME',
                  'allowempty' => 'y',
                  'errmsg'=> 'autoresponder_end_date_is_no_date'),
               1 => array ( 'type' => 'CUSTOM',
                  'class' => 'validate_autoresponder',
                  'function' => 'end_date',
                  'errmsg'=> 'autoresponder_end_date_isgreater'),