mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
some fixes
This commit is contained in:
parent
6b9145eeca
commit
2a6a53ccd5
@ -610,8 +610,7 @@ $search_string = (string) get_parameter('search_string');
|
|||||||
$offset = (int) get_parameter('offset');
|
$offset = (int) get_parameter('offset');
|
||||||
$url = ui_get_url_refresh(
|
$url = ui_get_url_refresh(
|
||||||
[
|
[
|
||||||
'offset' => $offset,
|
'search_string' => urlencode(io_safe_output($search_string)),
|
||||||
'search_string' => $search_string,
|
|
||||||
'search_id_group' => $search_id_group,
|
'search_id_group' => $search_id_group,
|
||||||
'id' => $id,
|
'id' => $id,
|
||||||
],
|
],
|
||||||
@ -691,7 +690,8 @@ $table->data[0][] = html_print_label_input_block(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$toggleFilters = '<form class="filters_form" method="POST" action="'.$url.'">';
|
$filter_action_url = 'index.php?sec='.$sec.'&sec2=godmode/modules/manage_network_components&id='.$component['id_nc'].'&search_string='.urlencode(io_safe_output($search_string)).'&search_id_group'.$search_id_group.'&pure='.$pure;
|
||||||
|
$toggleFilters = '<form class="filters_form" method="POST" action="'.$filter_action_url.'">';
|
||||||
$toggleFilters .= html_print_table($table, true);
|
$toggleFilters .= html_print_table($table, true);
|
||||||
$toggleFilters .= html_print_div(
|
$toggleFilters .= html_print_div(
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user