wyrie
2009-12-17 75ae20a22be7615e991f13400c276bc13c24ba4c
interface/web/mail/form/mail_user.tform.php
@@ -188,6 +188,24 @@
         'default'   => 'n',
         'value'      => array(1 => 'y',0 => 'n')
      ),
      'autoresponder_start_date' => array (
         'datatype'   => 'DATETIME',
         'formtype'   => 'DATETIME',
         'validators'=> array (    0 => array (   'type'   => 'CUSTOM',
                                       'class' => 'validate_autoresponder',
                                       'function' => 'start_date',
                                       'errmsg'=> 'autoresponder_start_date_isfuture'),
                         ),
      ),
      'autoresponder_end_date' => array (
         'datatype'   => 'DATETIME',
         'formtype'   => 'DATETIME',
         'validators'=> array (    0 => array (   'type'   => 'CUSTOM',
                                       'class' => 'validate_autoresponder',
                                       'function' => 'end_date',
                                       'errmsg'=> 'autoresponder_end_date_isgreater'),
                         ),
      ),
   ##################################
   # ENDE Datatable fields
   ##################################