summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8fa096f)
raw | patch | inline | side by side (parent: 8fa096f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 03:21:36 +0000 (03:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 03:21:36 +0000 (03:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4131 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/personal/connectivity/class_intranetAccount.inc b/plugins/personal/connectivity/class_intranetAccount.inc
index 44bf70d1d1c035c7640534475ea84b4cfe035e13..ca01a66bf521c7e27ebd955797c819e9e1d98a58 100644 (file)
/*! Definitions */
var $plDescription= "This does something";
- /*! CLI vars */
- var $cli_summary= "Manage users Intranet account";
- /*! CLI vars */
- var $cli_description= "Some longer text\nfor help";
- /*! CLI vars */
- var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* attribute list for save action */
var $attributes= array();
/* ObjectClasses list for save action */
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index a784b080b4ad7f170aea7afa2aa4d92c374915c3..a889eb0a4be2a48496ba1fd22e8582d14dbabf0f 100644 (file)
var $plHeadline = "Kolab";
var $plDescription = "This does something";
- /* CLI vars */
- var $cli_summary = "Manage users Kolab account";
- var $cli_description = "Some longer text\nfor help";
- var $cli_parameters = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* Kolab attributes */
var $kolabInvitationPolicy = array();
var $kolabFreeBusyFuture = 60;
diff --git a/plugins/personal/connectivity/class_opengwAccount.inc b/plugins/personal/connectivity/class_opengwAccount.inc
index 3f7dfc4cf49429a4746626d975b6c79193629259..a2b2091a11e65fb7fa6886a547149a01fb66eae3 100644 (file)
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();
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index 4c9cbe313da896063f5c98d8e2a0d92da92c04cb..6b2342b61ec44183630af1e5019c416198a2e53d 100644 (file)
var $plHeadline= "Open-Xchange";
var $plDescription= "This does something";
- /* CLI vars */
- var $cli_summary= "Management of Open-Xchange accounts";
- var $cli_description= "Some longer text\nfor help";
- var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* GW attributes */
var $OXAppointmentDays="500";
var $OXTaskDays="5";
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index e315c7bb7b3550a444f69b66906185be593ee965..4e75efbb0e7cb359c2af8345b7d59abbd81ae567 100644 (file)
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";
diff --git a/plugins/personal/connectivity/class_phpscheduleitAccount.inc b/plugins/personal/connectivity/class_phpscheduleitAccount.inc
index 0ef9c3f861ffefe7fde1309f27c7ea269971050b..4e1f48e441e76d496022f99111c590b8d52e5e4a 100644 (file)
var $plHeadline= "PHPscheduleit";
var $plDescription= "This does something";
- /* CLI vars */
- var $cli_summary= "Manage users phpscheduleit 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("phpscheduleitAccount");
diff --git a/plugins/personal/connectivity/class_pptpAccount.inc b/plugins/personal/connectivity/class_pptpAccount.inc
index cd56c0fd7d1eeceda07844e4322cf0b6d56a9d17..cb89648982fbbeccd10fb9423928d4fa6d45e7e1 100644 (file)
var $plHeadline= "PPTP";
var $plDescription= "This does something";
- /* CLI vars */
- var $cli_summary= "Manage users pptp 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("pptpServerAccount");
diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc
index eaab82908d5b8b623bd48971f88be530d52812a3..76e28e1a7997fc180da5e3d76e05b13c7213a500 100644 (file)
var $plHeadline= "Proxy";
var $plDescription= "This does something";
- /* CLI vars */
- var $cli_summary= "Manage users proxy account";
- var $cli_description= "Some longer text\nfor help";
- var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* Proxy attributes */
var $gosaProxyAcctFlags= "[N ]";
var $gosaProxyID= "";
diff --git a/plugins/personal/connectivity/class_pureftpdAccount.inc b/plugins/personal/connectivity/class_pureftpdAccount.inc
index 3d3c741629df75e168dc6d249ec422f4d60bb13b..130037bf0a55e4c6ce27ceec099b9f71f06e8ffc 100644 (file)
var $plHeadline= "FTP";
var $plDescription= "This does something";
- /* CLI vars */
- var $cli_summary= "Manage users ftp account";
- var $cli_description= "Some longer text\nfor help";
- var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
/* FTP attributes */
var $FTPQuotaFiles = 0;
var $FTPQuotaMBytes = 0;
diff --git a/plugins/personal/connectivity/class_webdavAccount.inc b/plugins/personal/connectivity/class_webdavAccount.inc
index 15f93ad1b1f7b3b511fa614e64115c4bfa3cb1ed..4c449d8e0a881b10cb9d44d38f7260aaa9a625c7 100644 (file)
var $plHeadline= "WebDAV";
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("gosaWebdavAccount");