Code

bug fixe for the locale scrambling
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 20 May 2006 10:54:34 +0000 (10:54 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 20 May 2006 10:54:34 +0000 (10:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3466 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_divListOGroup.inc

index 5f7cc06f26bc201fb34b4219896fda61277deca3..8f66675fc43aba440f0a4a83bb8b95c5dcb3fe4e 100755 (executable)
@@ -54,15 +54,15 @@ class divListOGroup extends MultiSelectWindow
     $this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:107px;border-right:0px;text-align:right;'"));
 
     /*                  Text        ,Value    ,Name         ,Is selected */
-    $this->AddCheckBox("UserGroups" ,       _("") , _("Show groups containing users"), true);
-    $this->AddCheckBox("GroupGroups" ,      _("") , _("Show groups containing groups"), true);
-    $this->AddCheckBox("ApplicationGroups", _("") , _("Show groups containing applications"), true);
-    $this->AddCheckBox("DepartmentGroups" , _("") , _("Show groups containing departments"), true);
-    $this->AddCheckBox("ServerGroups" ,     _("") , _("Show groups containing servers"), true);
-    $this->AddCheckBox("WorkstationGroups", _("") , _("Show groups containing workstations"), true);
-    $this->AddCheckBox("TerminalGroups" ,   _("") , _("Show groups containing terminals"), true);
-    $this->AddCheckBox("PrinterGroups" ,    _("") , _("Show groups containing printer"), true);
-    $this->AddCheckBox("PhoneGroups" ,      _("") , _("Show groups containing phones"), true);
+    $this->AddCheckBox("UserGroups" ,       _(" ") , _("Show groups containing users"), true);
+    $this->AddCheckBox("GroupGroups" ,      _(" ") , _("Show groups containing groups"), true);
+    $this->AddCheckBox("ApplicationGroups", _(" ") , _("Show groups containing applications"), true);
+    $this->AddCheckBox("DepartmentGroups" , _(" ") , _("Show groups containing departments"), true);
+    $this->AddCheckBox("ServerGroups" ,     _(" ") , _("Show groups containing servers"), true);
+    $this->AddCheckBox("WorkstationGroups", _(" ") , _("Show groups containing workstations"), true);
+    $this->AddCheckBox("TerminalGroups" ,   _(" ") , _("Show groups containing terminals"), true);
+    $this->AddCheckBox("PrinterGroups" ,    _(" ") , _("Show groups containing printer"), true);
+    $this->AddCheckBox("PhoneGroups" ,      _(" ") , _("Show groups containing phones"), true);
 
     /* Add SubSearch checkbox */    
     $this->AddCheckBox(SEPERATOR);