Add the Access Controls as the new interface for ACL Lists.

This commit is contained in:
markjcrane
2015-08-12 23:09:07 -06:00
parent 55f32aa3c0
commit 7759f63c9d
11 changed files with 1361 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Access Controls';
$apps[$x]['menu'][0]['uuid'] = 'bd47c972-5498-4541-b44a-d4bbfac69496';
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/access_controls/access_controls.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
?>