Code

Fixed divlist highlighting
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Apr 2006 05:28:39 +0000 (05:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Apr 2006 05:28:39 +0000 (05:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2961 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divlist.inc

index d8ee0fb80bb7427bac07a0b60d2e9695e9301393..1cfbf8e3bf30ba0182e5ebd3233190efdcc6f90b 100644 (file)
@@ -150,7 +150,7 @@ class divlist {
     /* If divlist is empty, append a single white entry */
     if(count($this->a_entries)==0){
       $str = $s_return."<tr>";
-      $str.="<td class='list1' colspan='".$this->cols."' style='height:100%;border-right:0px;width:100%;'>&nbsp;</td>";
+      $str.="<td class='list1nohighlight' colspan='".$this->cols."' style='height:100%;border-right:0px;width:100%;'>&nbsp;</td>";
       $str.="</tr>";
       if($this->i_entriesPerPage == 0) {
         $str.="</table></div></td></tr>";