Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/mail/form/mail_user.tform.php
@@ -61,9 +61,9 @@
   'width'    => 100,
   'template'    => "templates/mail_user_mailbox_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'server_id' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
@@ -224,9 +224,9 @@
         'default'   => 'n',
         'value'      => array(1 => 'y',0 => 'n')
      ),
   ##################################
   # END Datatable fields
   ##################################
      //#################################
      // END Datatable fields
      //#################################
   )
);
@@ -235,9 +235,9 @@
   'width'    => 100,
   'template'    => "templates/mail_user_autoresponder_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'autoresponder_subject' => array (
         'datatype'  => 'VARCHAR',
         'formtype'  => 'TEXT',
@@ -278,9 +278,9 @@
                                       'errmsg'=> 'autoresponder_end_date_isgreater'),
                         ),
      ),
   ##################################
   # END Datatable fields
   ##################################
      //#################################
      // END Datatable fields
      //#################################
   )
);
@@ -289,18 +289,18 @@
   'width'    => 100,
   'template'    => "templates/mail_user_mailfilter_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'move_junk' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
   ##################################
   # END Datatable fields
   ##################################
      //#################################
      // END Datatable fields
      //#################################
   ),
   'plugins' => array (
        'filter_records' => array (
@@ -321,9 +321,9 @@
   'width'    => 100,
   'template'    => "templates/mail_user_custom_rules_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
         //#################################
         // Begin Datatable fields
         //#################################
      'custom_mailfilter' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'TEXTAREA',
@@ -332,9 +332,9 @@
         'cols'      => '30',
         'rows'      => '15'
      ),
   ##################################
   # END Datatable fields
   ##################################
         //#################################
         // END Datatable fields
         //#################################
   )
);