mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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
7e23d98285
commit
4c6e58922a
@ -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>
|
2013-01-14 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* pandoradb_data.sql: Fixed insert for MySQL plugin.
|
* pandoradb_data.sql: Fixed insert for MySQL plugin.
|
||||||
|
@ -351,7 +351,7 @@ else {
|
|||||||
$table->size[4] = '25%';
|
$table->size[4] = '25%';
|
||||||
} */
|
} */
|
||||||
$table->size[4] = '3%';
|
$table->size[4] = '3%';
|
||||||
$table->size[5] = '10%';
|
$table->size[5] = '13%';
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->head[1] = __('Module') . '<br>' .
|
$table->head[1] = __('Module') . '<br>' .
|
||||||
@ -591,7 +591,7 @@ foreach ($simple_alerts as $alert) {
|
|||||||
$img = 'images/policies.png';
|
$img = 'images/policies.png';
|
||||||
|
|
||||||
$data[5] .= ' <a href="?sec=gpolicies&sec2=enterprise/godmode/policies/policies&pure='.$pure.'&id=' . $policyInfo['id'] . '">' .
|
$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>';
|
'</a>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -261,7 +261,7 @@ if ($id_agente) {
|
|||||||
|
|
||||||
require_once('godmode/alerts/alert_list.list.php');
|
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');
|
require_once('godmode/alerts/alert_list.builder.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user