File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
interface/web/mail/templates Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
2121 </ div >
2222 </ tmpl _if>
2323 < p class ="fieldset-legend "> {tmpl_var name="toolsarea_head_txt"}</ p >
24-
24+
2525 < button class ="btn btn-default formbutton-success " type ="button " data-load-content ="mail/mail_user_edit.php "> {tmpl_var name="add_new_record_txt"}</ button >
26-
27-
2826
29-
27+
28+
29+
3030 < p class ="fieldset-legend "> < tmpl _var name ="list_head_txt "> </ p >
3131 < div class ="table-wrapper marginTop15 ">
3232< table class ="table ">
@@ -60,11 +60,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
6060 < tmpl _loop name ="records ">
6161 < tr >
6262 < td > < a href ="# " data-load-content ="mail/mail_user_edit.php?id={tmpl_var name='id'} " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='email'} "> {tmpl_var name="email"}</ a > </ td >
63- < tmpl _if name ="enable_custom_login ">
64- < td >
65- < a href ="# " data-load-content ="mail/mail_user_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="login"}</ a >
66- </ td >
67- </ tmpl _if>
63+ < tmpl _if name ="enable_custom_login "> < td > < a href ="# " data-load-content ="mail/mail_user_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="login"}</ a > </ td > </ tmpl _if>
6864 < td > < a href ="# " data-load-content ="mail/mail_user_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="name"}</ a > </ td >
6965 < td > < a href ="# " data-load-content ="mail/mail_user_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="autoresponder"}</ a > </ td >
7066 < td > < a href ="# " data-load-content ="mail/mail_user_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="postfix"}</ a > </ td >
You can’t perform that action at this time.
0 commit comments