File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
tests/phpunit/modules/core Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1978,10 +1978,7 @@ protected function output() {
19781978 }
19791979 $ config_link = '<a title=" ' .$ this ->trans ('Configure ' ).'" href="?page=settings# ' .$ path .'_setting"><i class="bi bi-gear-wide refresh_list"></i></a> ' ;
19801980 $ refresh_link = '<a class="refresh_link" title=" ' .$ this ->trans ('Refresh ' ).'" href="#"><i class="bi bi-arrow-clockwise refresh_list"></i></a> ' ;
1981- $ search_field = '<form method="GET">
1982- <input type="hidden" name="page" value="message_list" />
1983- <input type="hidden" name="list_path" value=" ' .$ this ->html_safe ($ this ->get ('list_path ' )).'"/>
1984- <input required type="search" placeholder=" ' .$ this ->trans ('Search ' ).'" id="search_terms" class="form-control imap_keyword" name="keyword" value=" ' .$ this ->html_safe ($ terms ).'"/></form> ' ;
1981+ $ search_field = '<form method="GET"><input type="hidden" name="page" value="message_list" /><input type="hidden" name="list_path" value=" ' .$ this ->html_safe ($ this ->get ('list_path ' )).'"/><input required type="search" placeholder=" ' .$ this ->trans ('Search ' ).'" id="search_terms" class="form-control imap_keyword" name="keyword" value=" ' .$ this ->html_safe ($ terms ).'"/></form> ' ;
19851982
19861983 }
19871984 else {
You can’t perform that action at this time.
0 commit comments