Add class
Add oddeven class to show_contacts() list.
This commit is contained in:
parent
9844352193
commit
b9b42e3e9d
@ -924,7 +924,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
|
|||||||
|
|
||||||
$contactstatic->setGenderFromCivility();
|
$contactstatic->setGenderFromCivility();
|
||||||
|
|
||||||
print "<tr>";
|
print "<tr class="oddeven">";
|
||||||
|
|
||||||
// Photo - Name
|
// Photo - Name
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user