Code

Removed double | characters
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Apr 2008 07:22:25 +0000 (07:22 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Apr 2008 07:22:25 +0000 (07:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10625 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_divListApplication.inc

index a12d02c7afa617956203be415aa940777364ed01..34e7b70051c108d4e589838c69a2da3990da288c 100644 (file)
@@ -42,7 +42,7 @@ class divListApplication extends MultiSelectWindow
 
 
     /* Toggle all selected / deselected */
-    $chk = "<input type='checkbox' id='select_all' name='select_all'
+    $chk = "<input type='checkbox' id='select_all' name='select_all' title="._("Select all")."
                onClick='toggle_all_(\"^item_selected_[0-9]*$\",\"select_all\");' >";
 
     /* set Page header */
@@ -83,7 +83,7 @@ class divListApplication extends MultiSelectWindow
     $options= "";
 
     /* Add default header */
-    $listhead = MultiSelectWindow::get_default_header();
+    $listhead = MultiSelectWindow::get_default_header(false);
 
     if(!$this->parent->IsReleaseManagementActivated()){
       
@@ -187,7 +187,6 @@ class divListApplication extends MultiSelectWindow
 
     $this->SetDropDownHeaderMenu($s);
     $this->SetListHeader($listhead);
-    $this->SetListHeader($listhead);
   }