From 9ed31d5e1890649525413b734d83a0d8ea2b2118 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 17 Jul 2006 06:36:32 +0000 Subject: [PATCH] some fon acls updated git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4169 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../class_phoneConferenceGeneric.inc | 46 +++++++++++-------- plugins/gofon/fonreports/class_fonreport.inc | 10 ++++ 2 files changed, 36 insertions(+), 20 deletions(-) diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc index 9ad9405fe..69e7eee91 100644 --- a/plugins/gofon/conference/class_phoneConferenceGeneric.inc +++ b/plugins/gofon/conference/class_phoneConferenceGeneric.inc @@ -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")) + )); } } diff --git a/plugins/gofon/fonreports/class_fonreport.inc b/plugins/gofon/fonreports/class_fonreport.inc index b4432d3bf..361cc983c 100644 --- a/plugins/gofon/fonreports/class_fonreport.inc +++ b/plugins/gofon/fonreports/class_fonreport.inc @@ -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"), -- 2.30.2