summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d9b32f)
raw | patch | inline | side by side (parent: 7d9b32f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 17 Jul 2006 06:36:32 +0000 (06:36 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/gofon/fonreports/class_fonreport.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index 9ad9405fed4b9306fb0bcef4aa60300a667302c9..69e7eee91542e024a7d745a86de814bc82baca58 100644 (file)
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 b4432d3bf61785844ac74bf9c2a9e77995fe94d8..361cc983c82818c9b2e6cdea5002d2aa543290e4 100644 (file)
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"),