X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fpersonal%2Fconnectivity%2Fclass_phpgwAccount.inc;h=368ae95222066f60e69fccf38431c261bca3818e;hb=e7b70ce242b052c5e0d0dfd45dfac5e6f9f36ba3;hp=8e620127f8bc9faa29492f932cf319be720f65a4;hpb=5f18211cf95e6efbefa5a7272fe984c7631b5eeb;p=gosa.git diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc index 8e620127f..368ae9522 100644 --- a/plugins/personal/connectivity/class_phpgwAccount.inc +++ b/plugins/personal/connectivity/class_phpgwAccount.inc @@ -5,11 +5,6 @@ class phpgwAccount extends plugin var $plHeadline= "PHPGroupware"; var $plDescription= "This does something"; - /* CLI vars */ - var $cli_summary= "Manage users PHPGroupware account"; - var $cli_description= "Some longer text\nfor help"; - var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser"); - /* GW attributes */ var $phpgwAccountExpires= "-1"; var $phpgwAccountStatus= "A"; @@ -126,12 +121,14 @@ class phpgwAccount extends plugin } + /* Return plugin informations for acl handling + #FIME ACL attributes arn't translated yet */ function plInfo() { return (array( "plDescription" => _("Intranet account settings"), "plSelfModify" => TRUE, "plDepends" => array("objectClass" => "gosaAccount"), - "phpgwAccountExpires" =>"#FIXME not translated."_("phpgwAccountExpires"), + "phpgwAccountExpires" =>"!!! FIXME "._("phpgwAccountExpires"), "phpgwAccountStatus" =>_("phpgwAccountStatus"), "phpgwAccountType" =>_("phpgwAccountType"))); }