From: hickert Date: Tue, 16 May 2006 05:45:36 +0000 (+0000) Subject: Fixed dep header X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e4d4ff89befc1f62523757b9899e92bc9dd9672;p=gosa.git Fixed dep header git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3354 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_divListDepartment.inc b/plugins/admin/departments/class_divListDepartment.inc index 1a31b18a6..94ff8d2c4 100755 --- a/plugins/admin/departments/class_divListDepartment.inc +++ b/plugins/admin/departments/class_divListDepartment.inc @@ -38,10 +38,10 @@ class divListDepartment extends MultiSelectWindow $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);