@@ -19,11 +19,13 @@ <h2><tmpl_var name="list_head_txt"></h2>
1919 < thead >
2020 < tr >
2121 < th class ="tbl_col_email " scope ="col "> < tmpl _var name ="email_txt "> </ th >
22+ < th class ="tbl_col_name " scope ="col "> < tmpl _var name ="name_txt "> </ th >
2223 < th class ="tbl_col_autoresponder " scope ="col "> < tmpl _var name ="autoresponder_txt "> </ th >
2324 < th class ="tbl_col_buttons " scope ="col "> </ th >
2425 </ tr >
2526 < tr >
2627 < td class ="tbl_col_email "> < input type ="text " name ="search_email " value ="{tmpl_var name='search_email'} " /> </ td >
28+ < td class ="tbl_col_name "> < input type ="text " name ="search_name " value ="{tmpl_var name='search_name'} " /> </ td >
2729 < td class ="tbl_col_autoresponder "> < input type ="text " name ="search_autoresponder " value ="{tmpl_var name='search_autoresponder'} " /> </ td >
2830 < td class ="tbl_col_buttons "> < div class ="buttons "> < button type ="button " class ="icons16 icoFilter " name ="Filter " id ="Filter " value ="{tmpl_var name= "filter_txt "}" onClick="submitForm('pageForm','mail/mail_user_list.php'); "> < span > {tmpl_var name="filter_txt"}</ span > </ button > </ div > </ td >
2931 </ tr >
@@ -32,7 +34,8 @@ <h2><tmpl_var name="list_head_txt"></h2>
3234 < tmpl _loop name ="records ">
3335 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
3436 < td class ="tbl_col_email "> < a href ="# " onClick ="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="email"}</ a > </ td >
35- < td class ="tbl_col_autoresponder "> < a href ="# " onClick ="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="autoresponder"}</ a > </ td >
37+ < td class ="tbl_col_name "> < a href ="# " onClick ="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="name"}</ a > </ td >
38+ < td class ="tbl_col_autoresponder "> < a href ="# " onClick ="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="autoresponder"}</ a > </ td >
3639 < td class ="tbl_col_buttons ">
3740 < div class ="buttons icons16 ">
3841 < tmpl _if name ="mailboxlist_webmail_link "> < a class ="icons16 icoWebmailer " href ="mail/webmailer.php?id={tmpl_var name='id'} " target ="webmail "> < span > {tmpl_var name='delete_txt'}</ span > </ a > </ tmpl _if>
@@ -45,7 +48,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4548
4649 < tfoot >
4750 < tr >
48- < td class ="tbl_footer tbl_paging " colspan ="3 "> < tmpl _var name ="paging "> </ td >
51+ < td class ="tbl_footer tbl_paging " colspan ="4 "> < tmpl _var name ="paging "> </ td >
4952 </ tr >
5053 </ tfoot >
5154 </ table >
0 commit comments