2013-11-12 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_monitores.php: Added action url to reset modules filter form work fine when the filter is a GET parameter git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9066 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b417342bd7
commit
5a9eae993d
|
@ -1,3 +1,9 @@
|
|||
2013-11-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/estado_monitores.php: Added action url to
|
||||
reset modules filter form work fine when the filter is a GET
|
||||
parameter
|
||||
|
||||
2013-11-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/events/events.build_table.php
|
||||
|
|
|
@ -648,7 +648,7 @@ function print_form_filter_monitors($id_agent, $status_filter_monitor = -1,
|
|||
$table->data[0][3] = html_print_input_text('status_text_monitor', $status_text_monitor, '', 30, 100, true);
|
||||
$table->data[0][4] = html_print_submit_button(__('Filter'), 'filter', false, 'class="sub search"', true);
|
||||
$table->data[0][4] .= '</form>';
|
||||
$table->data[0][5] = '<form action="" method="post">';
|
||||
$table->data[0][5] = '<form action="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=' . $id_agent . '" method="post">';
|
||||
$table->data[0][5] .= html_print_submit_button(__('Reset'), 'reset', false, 'class="sub upd"', true);
|
||||
$table->data[0][5] .= '</form>';
|
||||
html_print_submit_button(__('Filter'), 'filter', false, 'class="sub search"', true);
|
||||
|
|
Loading…
Reference in New Issue