From 9f51850fad6095fae9012dca7eff9c2ac96b5b79 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 2 Jun 2006 07:00:35 +0000 Subject: [PATCH] Removed force height git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3623 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_MultiSelectWindow.inc | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index f201660a6..2fb9a277e 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -35,8 +35,6 @@ class MultiSelectWindow{ var $SaveAdditionalVars = array(); // Additional Post vars to store - var $force_height = false; - function ClearElementsList() { $this->array_Elements = array(); @@ -47,18 +45,6 @@ class MultiSelectWindow{ $this->HideFilterPart = $bool; } - function ForceMaximumDivHeight($height = "") - { - $this->DivHeight = $height; - if(!empty($height)){ - $this->force_height = true; - }else{ - $this->force_height = false; - } - } - - - /* Adds a regex input field to the current dialog */ function AddRegex($name,$string,$value,$conn,$image="images/search.png") { @@ -356,8 +342,6 @@ class MultiSelectWindow{ $smarty->assign("filterName" , $this->filterName); $smarty->assign("is_headpage" , $this->is_headpage); - $smarty->assign("force_height",$this->force_height); - $display = $smarty->fetch(get_template_path("MultiSelectWindow.tpl")); return($display); } -- 2.30.2