From: hickert Date: Tue, 21 Aug 2007 06:18:58 +0000 (+0000) Subject: Updated divlist for goto_task. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb70e27fe561e88011d0b029806d1ae4b1d679e1;p=gosa.git Updated divlist for goto_task. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7081 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/addons/gotomasses/class_goto_task.inc b/plugins/addons/gotomasses/class_goto_task.inc index f7b36a474..555231364 100644 --- a/plugins/addons/gotomasses/class_goto_task.inc +++ b/plugins/addons/gotomasses/class_goto_task.inc @@ -128,7 +128,7 @@ class goto_task extends plugin $divlist->SetHeader(array( array("string" => "Target"), - array("string" => "Actions" , "attach" => "style='width:40px;'"))); + array("string" => "Actions" , "attach" => "style='width:40px;border-right:0px;'"))); $acl_target = $this->parent->getacl("Target"); foreach($this->Target as $key => $target){ @@ -136,10 +136,10 @@ class goto_task extends plugin $field1 = array("string" => $target); if(preg_match("/w/i",$acl_target)){ $field2 = array("string" => "" , - "attach" => "style='width:44px;'"); + "attach" => "style='width:40px;border-right:0px;'"); }else{ $field2 = array("string" => "", - "attach" => "style='width:44px;'"); + "attach" => "style='width:40px;border-right:0px;'"); } $divlist->AddEntry(array($field1,$field2));