Skip to content

Commit b93c826

Browse files
author
cfoe
committed
code alignment
1 parent 4a47667 commit b93c826

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

interface/web/mailuser/form/mail_user_autoresponder.tform.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
*/
3535

3636
$form["title"] = "mailbox_autoresponder_txt";
37-
$form["description"] = "";
37+
$form["description"] = "";
3838
$form["name"] = "mail_user_autoresponder";
3939
$form["action"] = "mail_user_autoresponder_edit.php";
4040
$form["db_table"] = "mail_user";
41-
$form["db_table_idx"] = "mailuser_id";
41+
$form["db_table_idx"] = "mailuser_id";
4242
$form["db_history"] = "yes";
43-
$form["tab_default"] = "autoresponder";
44-
$form["list_default"] = "index.php";
43+
$form["tab_default"] = "autoresponder";
44+
$form["list_default"] = "index.php";
4545
$form["auth"] = 'no'; // yes / no
4646

4747
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user
@@ -60,10 +60,10 @@
6060
# Begin Datatable fields
6161
##################################
6262
'autoresponder_subject' => array (
63-
'datatype' => 'VARCHAR',
64-
'formtype' => 'TEXT',
65-
'default' => 'Out of office reply',
66-
'value' => '',
63+
'datatype' => 'VARCHAR',
64+
'formtype' => 'TEXT',
65+
'default' => 'Out of office reply',
66+
'value' => '',
6767
'width' => '30',
6868
'maxlength' => '255'
6969
),
@@ -93,7 +93,7 @@
9393
'autoresponder_end_date' => array (
9494
'datatype' => 'DATETIME',
9595
'formtype' => 'DATETIME',
96-
'validators'=> array ( 0 => array ( 'type' => 'CUSTOM',
96+
'validators' => array ( 0 => array ( 'type' => 'CUSTOM',
9797
'class' => 'validate_autoresponder',
9898
'function' => 'end_date',
9999
'errmsg'=> 'autoresponder_end_date_isgreater'),

interface/web/mailuser/form/mail_user_cc.tform.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
*/
3535

3636
$form["title"] = "mailbox_cc_txt";
37-
$form["description"] = "";
37+
$form["description"] = "";
3838
$form["name"] = "mail_user_cc";
3939
$form["action"] = "mail_user_cc_edit.php";
4040
$form["db_table"] = "mail_user";
41-
$form["db_table_idx"] = "mailuser_id";
41+
$form["db_table_idx"] = "mailuser_id";
4242
$form["db_history"] = "yes";
43-
$form["tab_default"] = "mailuser";
44-
$form["list_default"] = "index.php";
43+
$form["tab_default"] = "mailuser";
44+
$form["list_default"] = "index.php";
4545
$form["auth"] = 'no'; // yes / no
4646

4747
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user

interface/web/mailuser/form/mail_user_filter.tform.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
*/
3535

3636
$form["title"] = "mailbox_filter_txt";
37-
$form["description"] = "";
37+
$form["description"] = "";
3838
$form["name"] = "mail_user_filter";
3939
$form["action"] = "mail_user_filter_edit.php";
4040
$form["db_table"] = "mail_user_filter";
41-
$form["db_table_idx"] = "filter_id";
41+
$form["db_table_idx"] = "filter_id";
4242
$form["db_history"] = "no";
43-
$form["tab_default"] = "filter";
44-
$form["list_default"] = "mail_user_filter_list.php";
43+
$form["tab_default"] = "filter";
44+
$form["list_default"] = "mail_user_filter_list.php";
4545
$form["auth"] = 'yes'; // yes / no
4646

4747
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user

interface/web/mailuser/form/mail_user_password.tform.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
*/
3535

3636
$form["title"] = "mailbox_password_txt";
37-
$form["description"] = "";
37+
$form["description"] = "";
3838
$form["name"] = "mail_user_password";
3939
$form["action"] = "mail_user_password_edit.php";
4040
$form["db_table"] = "mail_user";
41-
$form["db_table_idx"] = "mailuser_id";
41+
$form["db_table_idx"] = "mailuser_id";
4242
$form["db_history"] = "yes";
43-
$form["tab_default"] = "mailuser";
44-
$form["list_default"] = "index.php";
43+
$form["tab_default"] = "mailuser";
44+
$form["list_default"] = "index.php";
4545
$form["auth"] = 'no'; // yes / no
4646

4747
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user
@@ -61,7 +61,7 @@
6161
'password' => array (
6262
'datatype' => 'VARCHAR',
6363
'formtype' => 'PASSWORD',
64-
'encryption'=> 'CRYPT',
64+
'encryption' => 'CRYPT',
6565
'default' => '',
6666
'value' => '',
6767
'width' => '30',

0 commit comments

Comments
 (0)