2012-02-09 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Now id_group and id_name it's keeped when pagination is used in this view. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5528 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a25c467139
commit
64ce47ec6d
|
@ -1,3 +1,8 @@
|
|||
2012-02-09 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/events/events_list.php: Now id_group and id_name it's
|
||||
keeped when pagination is used in this view.
|
||||
|
||||
2012-02-09 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/events/events_list.php: Now toogle filter is not hide
|
||||
|
|
|
@ -242,7 +242,8 @@ $url = "index.php?sec=eventos&sec2=operation/events/events&search=" .
|
|||
$ev_group . "&refr=" . $config["refr"] . "&id_agent=" .
|
||||
$id_agent . "&id_event=" . $id_event . "&pagination=" .
|
||||
$pagination . "&group_rep=" . $group_rep . "&event_view_hr=" .
|
||||
$event_view_hr . "&id_user_ack=" . $id_user_ack . "&tag=" . $tag . "&filter_only_alert=" . $filter_only_alert . "&offset=" . $offset . "&toogle_filter=no";
|
||||
$event_view_hr . "&id_user_ack=" . $id_user_ack . "&tag=" . $tag . "&filter_only_alert=" . $filter_only_alert . "&offset=" . $offset . "&toogle_filter=no" .
|
||||
"&filter_id=" . $filter_id . "&id_name=" . $id_name . "&id_group=" . $id_group;
|
||||
|
||||
echo "<br>";
|
||||
//Link to toggle filter
|
||||
|
|
Loading…
Reference in New Issue