summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f01e5b)
raw | patch | inline | side by side (parent: 8f01e5b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 12:14:31 +0000 (12:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 12:14:31 +0000 (12:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2336 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divSelectBox.inc | patch | blob | history |
index 1ee778a6f6a69c43492cc27c76e90f9992551c18..4fbb7afafed340a7d0614e8d85324250da7afa5a 100644 (file)
function DrawList(){
$s_return = "";
$s_return .= "<div style=\"height:2px; overflow:hidden;background:#888888;width:100%;margin-right:0px;\"></div>\n";
- $s_return .= "<div style=\"padding-right:1px;padding-bottom:2px;\" height='".$this->height."' width='100%'>\n";
+ $s_return .= "<div style=\"padding-right:1px;padding-bottom:2px;height:".$this->height.";width:100%\">\n";
$s_return .= "<div style=\"overflow: auto;width:100%;height:".($this->height)."px;\">\n";
$s_return .= "<table ".
"summary='".$this->s_summary."' ".
"width='100%' ".
- "height='".($this->height-2)."' ".
"cellspacing='0' ".
"style='overflow:scroll; ".
+ "height:".($this->height-2).";".
"padding-right:1px; ".
"padding-bottom:2px; ".
"border-left:solid 2px; ".
}
$s_return.="\n</tr>";
}
+ $s_return.="\n<tr>";
for($i = 0 ; $i < ($this->cols) ; $i ++){
if($i >= ($this->cols-1)){
$s_return .= "<td class='list1' style='height:100%;border:0px;'></td>";