X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_divSelectBox.inc;h=bde57f9c5538c4c49df4392b758ab6b3347ec030;hb=8b2de39692985b42a1c3c4e2ce655a9ff21d18fd;hp=4fbb7afafed340a7d0614e8d85324250da7afa5a;hpb=c756d950fb3e7d36dca3d91731cdd17fabab1fe6;p=gosa.git diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 4fbb7afaf..bde57f9c5 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -34,7 +34,7 @@ class divSelectBox { "width='100%' ". "cellspacing='0' ". "style='overflow:scroll; ". - "height:".($this->height-2).";". + "height:".($this->height-2)."px;". "padding-right:1px; ". "padding-bottom:2px; ". "border-left:solid 2px; ". @@ -65,7 +65,8 @@ class divSelectBox { /* If divlist is empty, append a single white entry */ if(count($this->a_entries)==0){ - $str.=" "; + $str.=" "; return($str); } @@ -79,7 +80,7 @@ class divSelectBox { $i_alternate=1; } - $s_return .= "\n"; + $s_return .= "\n"; $cnt = 0; @@ -99,7 +100,7 @@ class divSelectBox { $style = " ".$s_value2['attach']." " ; } - $s_return .= "\n"; + $s_return .= "\n"; $s_return .= $s_value2['string']; $s_return .= ""; } @@ -108,9 +109,9 @@ class divSelectBox { $s_return.="\n"; for($i = 0 ; $i < ($this->cols) ; $i ++){ if($i >= ($this->cols-1)){ - $s_return .= ""; + $s_return .= "
 
"; }else{ - $s_return .= ""; + $s_return .= "
 
"; } }