summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d62ed7c)
raw | patch | inline | side by side (parent: d62ed7c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 05:28:39 +0000 (05:28 +0000) | ||
committer | hickert <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 | patch | blob | history |
index d8ee0fb80bb7427bac07a0b60d2e9695e9301393..1cfbf8e3bf30ba0182e5ebd3233190efdcc6f90b 100644 (file)
/* 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%;'> </td>";
+ $str.="<td class='list1nohighlight' colspan='".$this->cols."' style='height:100%;border-right:0px;width:100%;'> </td>";
$str.="</tr>";
if($this->i_entriesPerPage == 0) {
$str.="</table></div></td></tr>";