summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7e7739)
raw | patch | inline | side by side (parent: c7e7739)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Jan 2007 11:39:46 +0000 (11:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Jan 2007 11:39:46 +0000 (11:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5537 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/acl_definition.inc | patch | blob | history |
index 158c80521b1b822254405eb413cb3ca609cd3aba..83d3d0050cfb1af7e3bffac64aa2bbd16b20b17f 100644 (file)
@@ -429,13 +429,14 @@ $ACLD['mailqueue'] = array("mailqueue","unhold_all","hold_all","del_all","reque
$ACLD['ldapmanager']= array("ldapmanager","import","export","xlsexport","csvimport");
$ACLD['FAIclass'] = array(
+ // Allow displaying of FAI menu element
+ "FAIclass" => "FAI management enabled");
$ACLD['phonequeue'] = array( "create","goFonTimeOut","goFonMaxLen","goFonAnnounceFrequency","goFonDialOption_t","goFonDialOption_T",
"goFonDialOption_h","goFonDialOption_r","cn","goFonHomeServer",
"goFonDialOption_H","goFonMusiconHold","goFonWelcomeMusic","goFonQueueReportHold","goFonQueueYouAreNext",
"goFonQueueThereAre","goFonQueueCallsWaiting","goFonQueueThankYou","goFonQueueMinutes","goFonQueueSeconds","goFonQueueLessThan",
- "telephoneNumber","goFonQueueLanguage","goFonQueueStrategy","goFonQueueAnnounceHoldtime","goFonQueueAnnounce","goFonDialOption","goFonQueueRetry"); // Allow displaying of FAI menu element
- "FAIclass" => "FAI management enabled");
+ "telephoneNumber","goFonQueueLanguage","goFonQueueStrategy","goFonQueueAnnounceHoldtime","goFonQueueAnnounce","goFonDialOption","goFonQueueRetry");
$ACLD['goFonMacro'] =array("goFonMacro","edit","delete");
$ACLD['mailogroup'] = array("create");