Code

Removed cli vars
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Jul 2006 03:21:36 +0000 (03:21 +0000)
committerhickert <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

plugins/personal/connectivity/class_intranetAccount.inc
plugins/personal/connectivity/class_kolabAccount.inc
plugins/personal/connectivity/class_opengwAccount.inc
plugins/personal/connectivity/class_oxchangeAccount.inc
plugins/personal/connectivity/class_phpgwAccount.inc
plugins/personal/connectivity/class_phpscheduleitAccount.inc
plugins/personal/connectivity/class_pptpAccount.inc
plugins/personal/connectivity/class_proxyAccount.inc
plugins/personal/connectivity/class_pureftpdAccount.inc
plugins/personal/connectivity/class_webdavAccount.inc

index 44bf70d1d1c035c7640534475ea84b4cfe035e13..ca01a66bf521c7e27ebd955797c819e9e1d98a58 100644 (file)
@@ -15,13 +15,6 @@ class intranetAccount extends plugin
   /*! 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 */
index a784b080b4ad7f170aea7afa2aa4d92c374915c3..a889eb0a4be2a48496ba1fd22e8582d14dbabf0f 100644 (file)
@@ -5,11 +5,6 @@ class kolabAccount extends plugin
   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;
index 3f7dfc4cf49429a4746626d975b6c79193629259..a2b2091a11e65fb7fa6886a547149a01fb66eae3 100644 (file)
@@ -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();
index 4c9cbe313da896063f5c98d8e2a0d92da92c04cb..6b2342b61ec44183630af1e5019c416198a2e53d 100644 (file)
@@ -24,11 +24,6 @@ class oxchangeAccount extends plugin
   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";
index e315c7bb7b3550a444f69b66906185be593ee965..4e75efbb0e7cb359c2af8345b7d59abbd81ae567 100644 (file)
@@ -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";
index 0ef9c3f861ffefe7fde1309f27c7ea269971050b..4e1f48e441e76d496022f99111c590b8d52e5e4a 100644 (file)
@@ -27,11 +27,6 @@ class phpscheduleitAccount extends plugin
   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");
index cd56c0fd7d1eeceda07844e4322cf0b6d56a9d17..cb89648982fbbeccd10fb9423928d4fa6d45e7e1 100644 (file)
@@ -26,11 +26,6 @@ class pptpAccount extends plugin
   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");
index eaab82908d5b8b623bd48971f88be530d52812a3..76e28e1a7997fc180da5e3d76e05b13c7213a500 100644 (file)
@@ -5,11 +5,6 @@ class proxyAccount extends plugin
   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= "";
index 3d3c741629df75e168dc6d249ec422f4d60bb13b..130037bf0a55e4c6ce27ceec099b9f71f06e8ffc 100644 (file)
@@ -6,11 +6,6 @@ class pureftpdAccount extends plugin
   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;
index 15f93ad1b1f7b3b511fa614e64115c4bfa3cb1ed..4c449d8e0a881b10cb9d44d38f7260aaa9a625c7 100644 (file)
@@ -6,11 +6,6 @@ class webdavAccount extends plugin
   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");