Code

some fon acls updated
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Jul 2006 06:36:32 +0000 (06:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Jul 2006 06:36:32 +0000 (06:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4169 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/conference/class_phoneConferenceGeneric.inc
plugins/gofon/fonreports/class_fonreport.inc

index 9ad9405fed4b9306fb0bcef4aa60300a667302c9..69e7eee91542e024a7d745a86de814bc82baca58 100644 (file)
@@ -518,26 +518,32 @@ class conference extends plugin
   function plInfo()
   {
     return (array(
-          "plDescription"     => _("Asterisk conference management"),
-          "plSelfModify"      => TRUE,
-          "plDepends"         => array("objectClass" => "goFonConference", "description" => _("Asterisk")),
-
-          "base"                          => _("Base"), 
-          "description"                   => _("Description"), 
-          "goFonPIN"                      => _("Conference PIN"),
-
-          "goFonConferenceOption_P"       => _("Preset PIN"),
-          "goFonConferenceOption_r"       => _("Record conference"),
-          "goFonConferenceOption_M"       => _("Play music on hold"),
-          "goFonConferenceOption_s"       => _("Activate menu"),
-          "goFonConferenceOption_i"       => _("Announce user activity"),
-          "goFonConferenceOption_c"       => _("Count user"),
-          "goFonConferenceOption_D"       => _("Conference type"),
-
-          "goFonConferenceOptionFormat"   => _("Format"),
-          "goFonConferenceOptionLifetime" => _("Lifetime"),
-          "telephoneNumber"               => _("Telephone number"),
-          "goFonConferenceOwner"          => _("Owner")));
+          "plShortName"   => _("Phone conferences"),
+          "plDescription" => _("Phone conference management"),
+          "plSelfModify"  => TRUE,
+          "plDepends"     => array(),
+          "plPriority"    => 0,
+          "plSection"     => array("conference" => _("Phone conference")),
+          "plCategory"    => array("conference" => _("Phone conference")),
+
+          "plProvidedAcls" => array(
+            "base"                          => _("Base"), 
+            "description"                   => _("Description"), 
+            "goFonPIN"                      => _("Conference PIN"),
+
+            "goFonConferenceOption_P"       => _("Preset PIN"),
+            "goFonConferenceOption_r"       => _("Record conference"),
+            "goFonConferenceOption_M"       => _("Play music on hold"),
+            "goFonConferenceOption_s"       => _("Activate menu"),
+            "goFonConferenceOption_i"       => _("Announce user activity"),
+            "goFonConferenceOption_c"       => _("Count user"),
+            "goFonConferenceOption_D"       => _("Conference type"),
+
+            "goFonConferenceOptionFormat"   => _("Format"),
+            "goFonConferenceOptionLifetime" => _("Lifetime"),
+            "telephoneNumber"               => _("Telephone number"),
+            "goFonConferenceOwner"          => _("Owner"))
+            ));
   }
 }
 
index b4432d3bf61785844ac74bf9c2a9e77995fe94d8..361cc983c82818c9b2e6cdea5002d2aa543290e4 100644 (file)
@@ -353,6 +353,16 @@ class fonreport extends plugin
   function plInfo()
   {
     return (array(
+        "plShortName"   => _("Phone reports"),
+        "plDescription" => _("Phone reports"),
+        "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"),