X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_divSelectBox.inc;h=dbee8bed455b52efd058542a89f6d72895cf6a7e;hb=7c4b0a6716966dd6a0a0fe550a1e2fe8c334d4dc;hp=0b1ce63e4de645e5fc2a81953a732175de92193a;hpb=899d0f97ba9570da17f63b23a3f8a53a05c1d479;p=gosa.git diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 0b1ce63e4..dbee8bed4 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -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; @@ -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 .= "
 
"; } }