Add class

Add oddeven class to show_contacts() list.
This commit is contained in:
dolibarr95 2018-01-09 14:04:18 +01:00 committed by GitHub
parent 9844352193
commit b9b42e3e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -924,7 +924,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
$contactstatic->setGenderFromCivility();
print "<tr>";
print "<tr class="oddeven">";
// Photo - Name
print '<td>';