fixed error with filter form
This commit is contained in:
parent
bb2fb0c631
commit
248c5936b6
|
@ -55,7 +55,6 @@ echo __('Search').' '.html_print_input_text(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
html_print_input_hidden('search', 1);
|
html_print_input_hidden('search', 1);
|
||||||
echo '</form>';
|
|
||||||
// Search string filter form.
|
// Search string filter form.
|
||||||
if (($policy_page) || (isset($agent))) {
|
if (($policy_page) || (isset($agent))) {
|
||||||
echo '<form id="" method="post" action="">';
|
echo '<form id="" method="post" action="">';
|
||||||
|
|
Loading…
Reference in New Issue