summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f588a4)
raw | patch | inline | side by side (parent: 3f588a4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Jul 2006 09:20:25 +0000 (09:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Jul 2006 09:20:25 +0000 (09:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4203 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index d50d5cc33c88132f5769b282d5133ae72aec0bb1..5b4716402cf0021e60091f0a83f99abe78697db8 100644 (file)
"plDepends" => array(),
"plPriority" => 0,
"plSection" => array("addons" => _("Addons")),
- "plCategory" => array("conference" => array("description" => _("GOfon"),
+ "plCategory" => array("gofon" => array("description" => _("GOfon"),
"objectClass" => "gofonConference")),
"plProvidedAcls" => array(
diff --git a/plugins/gofon/fonreports/class_fonreport.inc b/plugins/gofon/fonreports/class_fonreport.inc
index 361cc983c82818c9b2e6cdea5002d2aa543290e4..9056f91a9635a97ae31f6fb93b68f3ca55684bfa 100644 (file)
"plSelfModify" => TRUE,
"plDepends" => array(),
"plPriority" => 0,
- "plSection" => array("fonreport" => _("Phone reports")),
- "plCategory" => array("gofon" => _("Phone reports")),
-
-
-
- "plDescription" => _("Phone reports"),
- "plSelfModify" => TRUE,
- "plDepends" => array("objectClass" => "fonreport"),
-
- "fonreport" => "!!! FIXME "._("Phone reports")));
+ "plSection" => array("administration"),
+ "plCategory" => array("gofon"),
+
+ "plProvidedAcls" => array(
+ "fonreport" => "!!! FIXME "._("Phone reports"))
+ ));
}
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
index 89e2db25b3f8bed5266ba8840247be9abb92bf16..22c179f161bb535a14c30ecf7200f5287118ebcf 100755 (executable)
}
- /* Return plugin informations for acl handling */
function plInfo()
{
return (array(
- "plDescription" => _("Asterisk macro management"),
- "plSelfModify" => TRUE,
- "plDepends" => array("objectClass" => "goFonMacro"),
-
+ "plShortName" => _("Generic"),
+ "plDescription" => _("Asterisk macro management"),
+ "plSelfModify" => TRUE,
+ "plDepends" => array(),
+ "plPriority" => 0,
+ "plSection" => array("administration"),
+ "plCategory" => array("gofon"),
+
+ "plProvidedAcls" => array(
"base" => _("Base"),
"description" => _("Description"),
"displayName" => _("Display name"),
"goFonMacroContent" => _("Macro content"),
- "goFonMacroVisible" => _("Visibility flag")));
+ "goFonMacroVisible" => _("Visibility flag"))
+ ));
}
+
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>