File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
interface/web/themes/default-v2/templates/mail Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2828 < td class ="tbl_col_email "> < input type ="text " name ="search_email " value ="{tmpl_var name='search_email'} " /> </ td >
2929 < td class ="tbl_col_name "> < input type ="text " name ="search_name " value ="{tmpl_var name='search_name'} " /> </ td >
3030 < tmpl _if name ="enable_custom_login "> < td class ="tbl_col_login "> < input type ="text " name ="search_login " value ="{tmpl_var name='search_login'} " /> </ td > </ tmpl _if>
31- < td class ="tbl_col_autoresponder "> < input type =" text " name ="search_autoresponder " value =" {tmpl_var name='search_autoresponder'} " / ></ td >
31+ < td class ="tbl_col_autoresponder "> < select name ="search_autoresponder "> {tmpl_var name='search_autoresponder'}</ select > </ td >
3232 < td class ="tbl_col_buttons ">
3333 < button type ="button " class ="button 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 >
3434 </ td >
You can’t perform that action at this time.
0 commit comments