From: hickert Date: Tue, 11 Apr 2006 06:33:10 +0000 (+0000) Subject: Updated divSelectBox to support new row highlighting X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b32bb28ceb059923adef44714cb8999d9c6c61aa;p=gosa.git Updated divSelectBox to support new row highlighting git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3031 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index a6d81e914..4ddc3fba5 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -65,8 +65,8 @@ class divSelectBox { /* If divlist is empty, append a single white entry */ if(count($this->a_entries)==0){ - $str.=" "; + $str.=" "; return($str); } @@ -80,7 +80,7 @@ class divSelectBox { $i_alternate=1; } - $s_return .= "\n"; + $s_return .= "\n"; $cnt = 0;