summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a04b1f2)
raw | patch | inline | side by side (parent: a04b1f2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 05:45:36 +0000 (05:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 05:45:36 +0000 (05:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3354 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/class_divListDepartment.inc | patch | blob | history |
diff --git a/plugins/admin/departments/class_divListDepartment.inc b/plugins/admin/departments/class_divListDepartment.inc
index 1a31b18a6910b72bafb7e6507b0e923f818b9faa..94ff8d2c4b9a21f38a28a486fe1a071721ddf317 100755 (executable)
$this->EnableSaveButton (false);
/* set Page header */
- $this->AddHeader(array("string" => " ","attach"=>"style='width:20px;'"));
- $this->AddHeader(array("string" => _("Groupname / Department")));
- $this->AddHeader(array("string" => _("Properties"),"attach"=>"style='width:136px;'"));
- $this->AddHeader(array("string" => _("Actions"),"attach"=>"style='width:80px;border-right:0px;'"));
+ $this->AddHeader(array("string" => " ", "attach" => "style='text-align:center;width:20px;'"));
+ $this->AddHeader(array("string"=>_("Department name"), "attach" => "style=''"));
+ $this->AddHeader(array("string" =>_("Actions"), "attach" => "style='width:60px;border-right:0px;text-align:right;'"));
+
/* Add SubSearch checkbox */
$this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Ignore subtrees"), false);