summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89f240b)
raw | patch | inline | side by side (parent: 89f240b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 07:17:05 +0000 (07:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 07:17:05 +0000 (07:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3626 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history | |
include/class_divlist.inc | patch | blob | history |
index 2fb9a277e981c2d8ddc3e62efdb2920ba9d68830..a26337785ec3f7ea52d7fda4473a6b39591f27b1 100644 (file)
$this->HideFilterPart = $bool;
}
+ function SetHeight($height)
+ {
+ $this->DivHeight=$height;
+ }
+
/* Adds a regex input field to the current dialog */
function AddRegex($name,$string,$value,$conn,$image="images/search.png")
{
index 8b0548a191b5cd477847f8fd690ea7307282ecd7..ea7e65872ec5842edbbbb8884ba9e235f03ef7e2 100644 (file)
$s_return .= "\n<tr><td colspan='".$this->cols."' class='scrollbody'><div style='width:".$this->s_width."px;height:".($this->s_height-20)."px;' id='d_scrollbody' class='scrollbody'>";
$s_return .= "<table summary='' style='height:100%;width:581px;' cellspacing='0' id='t_scrollbody'>";
} else {
- $s_return .= "\n<tr><td colspan='".$this->cols."' class='scrollbody'><div style='width:".$this->s_width."px;height:".($this->s_height-20)."px;' id='d_scrollbody' class='scrollbody_onlywidth'>";
+ $s_return .= "\n<tr><td colspan='".$this->cols."' class='scrollbody'><div style='width:".$this->s_width."px;height:".($this->s_height-20)."px;' id='d_scrollbody_onlywidth' class='scrollbody'>";
$s_return .= "<table summary='' style='height:100%;width:581px;' cellspacing='0' id='t_scrollbody_onlywidth'>";
}
}