From a76421013a2ac34bf90420bed0aa3ae95b3d8b9d Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 4 Nov 2005 13:43:49 +0000 Subject: [PATCH] fixed style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1834 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/class_ogroupManagement.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc index 4539967ef..e5f310811 100644 --- a/plugins/admin/ogroups/class_ogroupManagement.inc +++ b/plugins/admin/ogroups/class_ogroupManagement.inc @@ -388,10 +388,10 @@ name='dep_root' alt='"._("Root")."'> ". // List Setup $divlist = new divlist("ogroubstab"); $divlist->SetHeader(array( - array("string" => " ","attach"=>"style='width:20px;'"), + array("string" => " "), array("string" => _("Name of object groups")." / "._("Departments")), - array("string" => _("Properties") ,"attach"=>"style='width:50px;'"), - array("string" => _("Actions") ,"attach"=>"style='width:50px;border:none;'") + array("string" => _("Properties")), + array("string" => _("Actions")) )); @@ -414,10 +414,10 @@ name='dep_root' alt='"._("Root")."'> ". - $field1 = array("string" => ""._("Department").""); + $field1 = array("string" => ""._("Department")."","attach"=>"style='text-align:center;width:20px;'"); $field2 = array("string" => sprintf($linkopen,base64_encode($key),$val)); - $field3 = array("string" => " "); - $field4 = array("string" => " ","attach"=>"style='text-align:right;border:none'"); + $field3 = array("string" => " ","attach"=>"style='width:48;'"); + $field4 = array("string" => " ","attach"=>"style='width:48px;text-align:left;border:none'"); $divlist->AddEntry(array($field1,$field2,$field3,$field4)); } -- 2.30.2