From 24ff0317db70a1478a41e987159d2da4d3a1be53 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 21 Aug 2007 12:24:46 +0000 Subject: [PATCH] Some changes for testing divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7090 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/gotomasses/class_goto_task.inc | 4 ++-- plugins/addons/gotomasses/goto_task.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/addons/gotomasses/class_goto_task.inc b/plugins/addons/gotomasses/class_goto_task.inc index d46010b9a..5aae42d5a 100644 --- a/plugins/addons/gotomasses/class_goto_task.inc +++ b/plugins/addons/gotomasses/class_goto_task.inc @@ -112,7 +112,7 @@ class goto_task extends plugin ********/ $divlist = new divlist("goto_task"); - $divlist->SetWidth("100%"); + $divlist->SetWidth("600"); $divlist->SetHeight("160"); $divlist->SetEntriesPerPage(0); @@ -122,7 +122,7 @@ class goto_task extends plugin $acl_target = $this->parent->getacl("Target"); foreach($this->Target as $key => $target){ - $field1 = array("string" => $target); + $field1 = array("string" => $target, "attach" => "style:''"); if(preg_match("/w/i",$acl_target)){ $field2 = array("string" => "" , "attach" => "style='width:44px;border-right:0px;'"); diff --git a/plugins/addons/gotomasses/goto_task.tpl b/plugins/addons/gotomasses/goto_task.tpl index ee47505d0..f4d3377b5 100644 --- a/plugins/addons/gotomasses/goto_task.tpl +++ b/plugins/addons/gotomasses/goto_task.tpl @@ -101,7 +101,7 @@ - +
{render acl=$TargetACL} -- 2.30.2