Latest events in tactical view open permanetly

(cherry picked from commit 806d9a55b5)
This commit is contained in:
m-lopez-f 2015-11-25 15:55:32 +01:00
parent 60f0f3378d
commit f5a270de6a
1 changed files with 1 additions and 4 deletions

View File

@ -181,9 +181,6 @@ echo '<td style="vertical-align: top; width: 75%; padding-top: 0px;" id="rightco
// ---------------------------------------------------------------------
// Last events information
// ---------------------------------------------------------------------
$hidden_toggle = true;
if ($refresh > 0 )
$hidden_toggle = false;
$acltags = tags_get_user_module_and_tags ($config['id_user'], $access = 'ER', $user_strict);
@ -192,7 +189,7 @@ if (!empty($acltags)) {
if (!empty($tags_condition)) {
$events = events_print_event_table ("estado<>1 AND ($tags_condition)", 10, "100%",true,false,true);
ui_toggle($events, __('Latest events'),false,$hidden_toggle);
ui_toggle($events, __('Latest events'),false,false);
}
}