summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0228dfc)
raw | patch | inline | side by side (parent: 0228dfc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Apr 2008 07:22:25 +0000 (07:22 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/class_divListApplication.inc b/gosa-plugins/goto/admin/applications/class_divListApplication.inc
index a12d02c7afa617956203be415aa940777364ed01..34e7b70051c108d4e589838c69a2da3990da288c 100644 (file)
/* 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 */
$options= "";
/* Add default header */
- $listhead = MultiSelectWindow::get_default_header();
+ $listhead = MultiSelectWindow::get_default_header(false);
if(!$this->parent->IsReleaseManagementActivated()){
$this->SetDropDownHeaderMenu($s);
$this->SetListHeader($listhead);
- $this->SetListHeader($listhead);
}