mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user