summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be1a847)
raw | patch | inline | side by side (parent: be1a847)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Sep 2007 08:21:46 +0000 (08:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Sep 2007 08:21:46 +0000 (08:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7294 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divlist.inc | patch | blob | history |
index 25517de97fd1881ea21aa35b7d7caabc5cd32be7..b17dfa74e3a73cdbe9b12c81ee05bf8ed56dd6bc 100644 (file)
// Alternation of background color
if($i_alternate) $i_alternate=0; else $i_alternate=1;
- $s_return .= "\n<tr>";
+ $s_return .= "\n<tr class='rowxp".$i_alternate."'>";
$cnt = 0;