From c1670b6da3890246c0f40c8d3d065320f4772ba1 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 8 Dec 2005 13:21:52 +0000 Subject: [PATCH] Updates for layout reasons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2258 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/application.tpl | 6 +++--- plugins/admin/groups/class_groupApplication.inc | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/plugins/admin/groups/application.tpl b/plugins/admin/groups/application.tpl index d3a5acf19..43e597ad8 100644 --- a/plugins/admin/groups/application.tpl +++ b/plugins/admin/groups/application.tpl @@ -2,9 +2,9 @@ - {$UsedApps} - - + {$UsedApps} + +   diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc index 654f4de18..3f181c18f 100644 --- a/plugins/admin/groups/class_groupApplication.inc +++ b/plugins/admin/groups/class_groupApplication.inc @@ -459,7 +459,7 @@ class appgroup extends plugin $div = new DivSelectBox("appgroup"); - $div->SetHeight(300); + $div->SetHeight(400); /* NEW LIST MANAGMENT * We also need to search for the departments @@ -544,7 +544,7 @@ class appgroup extends plugin } $div2 = new DivSelectBox("appgroup"); - $div2->SetHeight(300); + $div2->SetHeight(400); $linkopen = " %s"; $catremove = " "; @@ -571,8 +571,7 @@ class appgroup extends plugin foreach($this->GetSubdirs($this->curCatDir) as $path => $name){ $div2 ->AddEntry(array( array("string"=>sprintf($linkopen,$path,$name)), - array("string"=>preg_replace("/%s/",$path,$catupdown.$catremove). - "", + array("string"=>preg_replace("/%s/",$path,$catupdown.$catremove), "attach"=>"align='right' style='width:80px;border-right:0px;'"))); } @@ -591,10 +590,10 @@ class appgroup extends plugin foreach($this->gosaMemberApplication[$this->curCatDir] as $cat => $entry){ if(preg_match("/__SEPARATOR__/",$entry['App'])){ $div2 ->AddEntry(array(array("string"=>$separator), - array("string"=>preg_replace("/\%s/",$entry['App'],$upudown.""),"attach"=>"align='right' style='border-right:0px;'"))); + array("string"=>preg_replace("/\%s/",$entry['App'],$upudown),"attach"=>"align='right' style='border-right:0px;'"))); }else{ $div2 ->AddEntry(array(array("string"=>sprintf($app,$entry['App'])), - array("string"=>preg_replace("/\%s/",$entry['App'],$sep.$upudown.$edit),"attach"=>"align='right' style='border-right:0px;'"))); + array("string"=>preg_replace("/\%s/",$entry['App'],$sep.$edit.$upudown),"attach"=>"align='right' style='border-right:0px;'"))); } } } -- 2.30.2