summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f0f68c9)
raw | patch | inline | side by side (parent: f0f68c9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Jul 2006 03:14:18 +0000 (03:14 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 4837fbd36eeb1da43e86ba542509d5a5655ab8a8..ad89996ee071ec1e0bef41731d36cd5bb4ebfdc2 100755 (executable)
}
}
+
+ /* 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:
?>