From: hickert Date: Tue, 4 Apr 2006 05:38:40 +0000 (+0000) Subject: Fixed divSelectBox styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7092108872fb20f4565a58d5b1aa8c54ed91b6fa;p=gosa.git Fixed divSelectBox styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2962 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 0b1ce63e4..9030787f5 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); } @@ -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 .= " "; } }