Code

Updated groupware class names.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 08:16:14 +0000 (08:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 08:16:14 +0000 (08:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20052 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/class_Groupware.inc

index 2f99b1cb73c4a4f78af66a12c0a56a27b6fa614c..e67535794d6c2e6c7b1ac6b4d7fd51f3ef86b9dd 100644 (file)
@@ -27,8 +27,9 @@ class Groupware extends plugin
     // Folder related attributes, will be moved into a speperate widget late on
     var $currentSelectedFolder = "";     
 
-    var $plHeadline     = "Mail";
-    var $plDescription  = "GOsa mail extension.";
+    var $plHeadline     = "Groupware";
+    var $plDescription  = "GOsa groupware extension.";
+    var $pathTitle = "GOsa groupware extension.";
     var $view_logged = FALSE;
 
     var $FolderWidget = NULL;
@@ -340,9 +341,11 @@ class Groupware extends plugin
             }
             if ($this->parent !== NULL){
                 if ($this->is_account){ 
-                    $display= $this->show_disable_header(msgPool::removeFeaturesButton(_("Mail")),msgPool::featuresEnabled(_("Mail")));
+                    $display= $this->show_disable_header(msgPool::removeFeaturesButton(_("Groupware")),
+                            msgPool::featuresEnabled(_("Groupware")));
                 } else {
-                    $display= $this->show_enable_header(msgPool::addFeaturesButton(_("Mail")),msgPool::featuresDisabled(_("Mail")));
+                    $display= $this->show_enable_header(msgPool::addFeaturesButton(_("Groupware")),
+                            msgPool::featuresDisabled(_("Groupware")));
                     return ($display);
                 }
             }