X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_divSelectBox.inc;h=dbee8bed455b52efd058542a89f6d72895cf6a7e;hb=04cf3914433415713303361dcdef3bf864d98444;hp=a46aaa719e571bc65ddd0712f0ae30ed64052337;hpb=3a33dd380c7a17889d1b4d323d045acfa1167655;p=gosa.git diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index a46aaa719..dbee8bed4 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -27,14 +27,14 @@ class divSelectBox { function DrawList(){ $s_return = ""; $s_return .= "
\n"; - $s_return .= "
\n"; + $s_return .= "
height.";width:100%\">\n"; $s_return .= "
height)."px;\">\n"; $s_return .= " "; + $str.=""; return($str); } @@ -79,7 +80,7 @@ class divSelectBox { $i_alternate=1; } - $s_return .= "\n"; + $s_return .= "\n"; $cnt = 0; @@ -105,11 +106,12 @@ class divSelectBox { } $s_return.="\n"; } + $s_return.="\n"; for($i = 0 ; $i < ($this->cols) ; $i ++){ if($i >= ($this->cols-1)){ - $s_return .= ""; + $s_return .= ""; }else{ - $s_return .= ""; + $s_return .= ""; } }