[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare * 4 * http://www.egroupware.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 12 $GLOBALS['acl_manager']['workflow']['admin_workflow'] = array( 13 'name' => 'Grant access to the administration and development of workflow processes and activities.', 14 'rights' => array( 15 'administer processes' => 1 16 ) 17 ); 18 19 $GLOBALS['acl_manager']['workflow']['monitor_workflow'] = array( 20 'name' => 'Grant access to the monitoring of workflow elements', 21 'rights' => array( 22 'monitoring' => 1, 23 ) 24 ); 25 26 27 $GLOBALS['acl_manager']['workflow']['admin_instance_workflow'] = array( 28 'name' => 'Grant access to the administration of workflow instances in monitor screens', 29 'rights' => array( 30 'administer instances' => 1 31 ) 32 ); 33 34 $GLOBALS['acl_manager']['workflow']['cleanup_workflow'] = array( 35 'name' => 'Grant access to the cleanup/deletion of workflow instances in monitor screens', 36 'rights' => array( 37 'cleanup instances' => 1 38 ) 39 ); 40 41 42 $GLOBALS['acl_manager']['workflow']['cleanup_workflow'] = array( 43 'name' => 'Grant access to the cleanup/deletion of workflow aborted instances in monitor screens', 44 'rights' => array( 45 'cleanup aborted instances' => 1 46 ) 47 ); 48 49
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |