Code

Fixed some typos
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Jul 2006 10:38:39 +0000 (10:38 +0000)
committerhickert <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

plugins/personal/connectivity/class_connectivity.inc
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 c0690c1cde3cc3bc65be1f3c96ccdb5202141fd3..bda3bfafc3285cd4a5d5a60e88514d7a66252a51 100644 (file)
@@ -163,7 +163,18 @@ class connectivity extends plugin
       $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")));
+  }
+
 
 }
 
index 0c596bfa0de12c11150ee3a24083e798df1d3e5c..d20bd92f5f1038d1b14c5bf26638584b0edc57ce 100644 (file)
@@ -155,7 +155,7 @@ class intranetAccount extends plugin
   }
 
 
-  /* 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()
   {
index e2d7c641c06420a79cbb3296623f855a1d45ab6b..9f08ea9110e4bdad8c1c550f80f08d79ec042c9e 100644 (file)
@@ -402,7 +402,7 @@ class kolabAccount extends plugin
   }
 
 
-  /* Return pluign informations for acl handling  */
+  /* Return plugin informations for acl handling  */
   function plInfo()
   {
     return (array(     
index 1585fe4b1bce7c21de5f60a05343d1998873eaab..c4042e3f3ae79ad9e0c9c25c7d8e1924643363b1 100644 (file)
@@ -327,7 +327,7 @@ class opengwAccount extends plugin
   }
 
 
- /* 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()
   {
index a702cb4c65761f116834d602fa1da0df5a5a3902..7e26867f00022f5f1bbbf9dd8cda0ee5accb729a 100644 (file)
@@ -872,7 +872,7 @@ class oxchangeAccount extends plugin
   }
 
 
-  /* Return pluign informations for acl handling
+  /* Return plugin informations for acl handling
     #FIXME ACL attributes aren't translated yet.       */
   function plInfo()
   {
index 1941301c3e3a5bf987f9909e9e5e4a2c6c532aa7..368ae95222066f60e69fccf38431c261bca3818e 100644 (file)
@@ -121,7 +121,7 @@ class phpgwAccount extends plugin
   }
 
 
-  /* Return pluign informations for acl handling 
+  /* Return plugin informations for acl handling 
     #FIME ACL attributes arn't translated yet */
   function plInfo()
   {
index 23f7f2a77da4aa2bec9ebb6707109b4c69c1852c..13931e4fc03d2265fc82b169f22c8807d307476c 100644 (file)
@@ -130,7 +130,7 @@ class phpscheduleitAccount extends plugin
   }
 
 
-  /* 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()
   {
index c772d322bc646f663828aa5b2169e7e9b4de0bb4..fff0bcf3c4d5b86d19d52f53e8189fb4ffb2a8a9 100644 (file)
@@ -133,7 +133,7 @@ class pptpAccount extends plugin
   }
 
 
-  /* 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()
   {
index 42bf2b0f80daf8b2033dab6301010e7e6aa3decf..cddd05d9b3c7bad1f1a7f983642d069ee0abcaf5 100644 (file)
@@ -267,7 +267,7 @@ class proxyAccount extends plugin
 
   }
 
-  /* 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()
   {
index c2aae12409660d498cdccca056818142c71bf675..4cea74549ffc6106148149c9e8344ee4663d4bdb 100644 (file)
@@ -181,7 +181,7 @@ class pureftpdAccount extends plugin
   }
 
 
-  /* 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()
   {
index 7ed382c7d2f50ff173ce9276d71ed0d47932d9d4..088f0103035bd5f9f0f6d4baba0040b2cebd4e72 100644 (file)
@@ -116,7 +116,7 @@ class webdavAccount extends plugin
     }
   }
 
-  /* 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()
   {