X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fpersonal%2Fconnectivity%2Fclass_opengwAccount.inc;h=c4042e3f3ae79ad9e0c9c25c7d8e1924643363b1;hb=e7b70ce242b052c5e0d0dfd45dfac5e6f9f36ba3;hp=b7ea6b6c31f4b7bf084eab02b2584e8e1beb9773;hpb=afaba5ef2625b4968a06b54a466ad20664d9f477;p=gosa.git diff --git a/plugins/personal/connectivity/class_opengwAccount.inc b/plugins/personal/connectivity/class_opengwAccount.inc index b7ea6b6c3..c4042e3f3 100644 --- a/plugins/personal/connectivity/class_opengwAccount.inc +++ b/plugins/personal/connectivity/class_opengwAccount.inc @@ -6,11 +6,6 @@ class opengwAccount extends plugin var $plHeadline = "Opengroupware account"; var $plDescription = "This does something"; - /* CLI vars */ - var $cli_summary = "Manage users webdav account"; - var $cli_description = "Some longer text\nfor help"; - var $cli_parameters = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser"); - /* attribute list for save action */ var $attributes = array(); var $objectclasses = array(); @@ -326,6 +321,23 @@ class opengwAccount extends plugin } } + + function PrepareForCopyPaste($src){ + // Nothing to do, because this object can't be copied ... yet + } + + + /* 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() + { + return (array( + "plDescription" => _("Open groupware account settings"), + "plSelfModify" => TRUE, + "plDepends" => array("objectClass" => "gosaAccount"), + "opengwAccount" => "!!! FIXME "._("Open groupware account"))); + } + } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>