Task #0001519: Assouplissement de la sécurité : journaux et actions

This commit is contained in:
Dany De Bontridder 2018-01-10 15:36:02 +01:00
parent aad3efbd5e
commit 2e4bbf1eb0
11 changed files with 222 additions and 28 deletions

View file

@ -1,7 +1,10 @@
<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
?><?php
?>
<div id="security_action_tbl">
<?php
function display_security_fieldset($p_legend,$p_array,$sec_User) {
@ -68,3 +71,4 @@ $array=$cn->get_array("select ac_id, ac_description from action where ac_id >=$
array(1200,1300));
display_security_fieldset(_('Note'),$array,$sec_User);
?>
</div>