summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d88dc75)
raw | patch | inline | side by side (parent: d88dc75)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 14:50:30 +0000 (14:50 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 14:50:30 +0000 (14:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15564 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_listing.inc | patch | blob | history |
index 2accbf8f293cd43101d1de01ebc3d38f9a9520a6..7c3ea972f196da4ad9516362ee8dc97ba85da3ac 100644 (file)
// Complete list by sorting entries for _sort$index and appending them to the output
$entryIterator= new listingSortIterator($this->entries, $this->sortDirection[$this->sortColumn], "_sort".$this->sortColumn, $this->sortType);
foreach ($entryIterator as $row => $entry){
- $alt++;
$result.="<tr class='rowxp".($alt&1)."'>\n";
$result.= $entry['_rendered'];
$result.="</tr>\n";
+ $alt++;
}
// Need to fill the list if it's not full (nobody knows why this is 22 ;-))