summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea1bd98)
raw | patch | inline | side by side (parent: ea1bd98)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 10:38:39 +0000 (10:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 10:38:39 +0000 (10:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4140 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/personal/connectivity/class_connectivity.inc b/plugins/personal/connectivity/class_connectivity.inc
index c0690c1cde3cc3bc65be1f3c96ccdb5202141fd3..bda3bfafc3285cd4a5d5a60e88514d7a66252a51 100644 (file)
$this->plugin[$key]->PrepareForCopyPaste($plug);
}
}
-
+
+ /* Return plugin informations for acl handling
+ #FIXME We should check here, if the user has access to sub one of the subClasses */
+ function plInfo()
+ {
+ return (array(
+ "plDescription" => _("Connectivity extension"),
+ "plSelfModify" => TRUE,
+ "plDepends" => array("objectClass" => "gosaAccount"),
+ "connectivity" => "!!! FIXME "._("Conenctivity account")));
+ }
+
}
diff --git a/plugins/personal/connectivity/class_intranetAccount.inc b/plugins/personal/connectivity/class_intranetAccount.inc
index 0c596bfa0de12c11150ee3a24083e798df1d3e5c..d20bd92f5f1038d1b14c5bf26638584b0edc57ce 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIXME This is only an enable/disable checkbox for this account, there is possibly a better solution available later */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index e2d7c641c06420a79cbb3296623f855a1d45ab6b..9f08ea9110e4bdad8c1c550f80f08d79ec042c9e 100644 (file)
}
- /* Return pluign informations for acl handling */
+ /* Return plugin informations for acl handling */
function plInfo()
{
return (array(
diff --git a/plugins/personal/connectivity/class_opengwAccount.inc b/plugins/personal/connectivity/class_opengwAccount.inc
index 1585fe4b1bce7c21de5f60a05343d1998873eaab..c4042e3f3ae79ad9e0c9c25c7d8e1924643363b1 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIXME This is only an enable/disable checkbox for this account, there is possibly a better solution available later */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index a702cb4c65761f116834d602fa1da0df5a5a3902..7e26867f00022f5f1bbbf9dd8cda0ee5accb729a 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIXME ACL attributes aren't translated yet. */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index 1941301c3e3a5bf987f9909e9e5e4a2c6c532aa7..368ae95222066f60e69fccf38431c261bca3818e 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIME ACL attributes arn't translated yet */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_phpscheduleitAccount.inc b/plugins/personal/connectivity/class_phpscheduleitAccount.inc
index 23f7f2a77da4aa2bec9ebb6707109b4c69c1852c..13931e4fc03d2265fc82b169f22c8807d307476c 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIXME This is only an enable/disable checkbox for this account, there is possibly a better solution available later */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_pptpAccount.inc b/plugins/personal/connectivity/class_pptpAccount.inc
index c772d322bc646f663828aa5b2169e7e9b4de0bb4..fff0bcf3c4d5b86d19d52f53e8189fb4ffb2a8a9 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIXME This is only an enable/disable checkbox for this account, there is possibly a better solution available later */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc
index 42bf2b0f80daf8b2033dab6301010e7e6aa3decf..cddd05d9b3c7bad1f1a7f983642d069ee0abcaf5 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIME There possibly some attributes that can be combined to one acl. */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_pureftpdAccount.inc b/plugins/personal/connectivity/class_pureftpdAccount.inc
index c2aae12409660d498cdccca056818142c71bf675..4cea74549ffc6106148149c9e8344ee4663d4bdb 100644 (file)
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIME There possibly some attributes that can be combined to one acl. */
function plInfo()
{
diff --git a/plugins/personal/connectivity/class_webdavAccount.inc b/plugins/personal/connectivity/class_webdavAccount.inc
index 7ed382c7d2f50ff173ce9276d71ed0d47932d9d4..088f0103035bd5f9f0f6d4baba0040b2cebd4e72 100644 (file)
}
}
- /* Return pluign informations for acl handling
+ /* Return plugin informations for acl handling
#FIXME This is only an enable/disable checkbox for this account, there is possibly a better solution available later */
function plInfo()
{