2013-01-14 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.list.php godmode/alerts/alert_list.php: Fix ACLs bug of AD flag and aesthetic issues git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7465 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e2f1ed02c5
commit
b452c87bfe
pandora_console
|
@ -1,3 +1,9 @@
|
|||
2013-01-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <dario.rodriguez@artica.es>
|
||||
|
||||
* pandoradb_data.sql: Fixed insert for MySQL plugin.
|
||||
|
|
|
@ -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') . '<br>' .
|
||||
|
@ -591,7 +591,7 @@ foreach ($simple_alerts as $alert) {
|
|||
$img = 'images/policies.png';
|
||||
|
||||
$data[5] .= ' <a href="?sec=gpolicies&sec2=enterprise/godmode/policies/policies&pure='.$pure.'&id=' . $policyInfo['id'] . '">' .
|
||||
html_print_image($img,true, array('title' => $policyInfo['name'])) .
|
||||
html_print_image($img, true, array('title' => $policyInfo['name'])) .
|
||||
'</a>';
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue