diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fda38aae13..d6de872fe8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-01-14 Sergio Martin + + * godmode/alerts/alert_list.list.php + godmode/alerts/alert_list.php: Fix ACLs bug of AD flag + and aesthetic issues + 2013-01-14 Dario Rodriguez * pandoradb_data.sql: Fixed insert for MySQL plugin. diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 09703f3779..0844310fc8 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -351,7 +351,7 @@ else { $table->size[4] = '25%'; } */ $table->size[4] = '3%'; - $table->size[5] = '10%'; + $table->size[5] = '13%'; } $table->head[1] = __('Module') . '
' . @@ -591,7 +591,7 @@ foreach ($simple_alerts as $alert) { $img = 'images/policies.png'; $data[5] .= '  ' . - html_print_image($img,true, array('title' => $policyInfo['name'])) . + html_print_image($img, true, array('title' => $policyInfo['name'])) . ''; } } diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 20ca7c92ce..75cd5895ca 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -261,7 +261,7 @@ if ($id_agente) { require_once('godmode/alerts/alert_list.list.php'); - if(check_acl ($config['id_user'], 0, "LW")) { + if(check_acl ($config['id_user'], $agent['id_grupo'], "LW")) { require_once('godmode/alerts/alert_list.builder.php'); }