Code

Added acls to gofon macro
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Jul 2006 03:14:18 +0000 (03:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Jul 2006 03:14:18 +0000 (03:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4142 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/macro/class_gofonMacro.inc

index 4837fbd36eeb1da43e86ba542509d5a5655ab8a8..ad89996ee071ec1e0bef41731d36cd5bb4ebfdc2 100755 (executable)
@@ -458,6 +458,21 @@ class macro extends plugin
     }
   }
 
+
+  /* Return plugin informations for acl handling */
+  function plInfo()
+  {
+    return (array(
+          "plDescription"     => _("Asterisk macro management"),
+          "plSelfModify"      => TRUE,
+          "plDepends"         => array("objectClass" => "goFonMacro","description"   => _("Macro")),
+
+          "base"                          => _("Base"), 
+          "description"                   => _("Description"), 
+          "displayName"                   => _("Display name"),
+          "goFonMacroContent"             => _("Macro content"),
+          "goFonMacroVisible"             => _("Visibility flag")));
+  }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>