added hidden input to policy modules filters form

This commit is contained in:
alejandro-campos 2018-07-05 12:41:05 +02:00
parent 95678f706b
commit 30b720c291
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ echo '<table width="100%" cellpadding="2" cellspacing="2" class="databox filters
echo "<tr><td class='datos' style='width:20%; font-weight: bold;'>";
echo __('Search') . ' ' .
html_print_input_text ('search_string', $search_string, '', 15, 255, true);
html_print_input_hidden ('search', 1);
echo "</td>";
echo "<td class='datos' style='width:10%'>";
html_print_submit_button (__('Filter'), 'filter', false, 'class="sub search"');