Add class

Add oddeven class to tr tag
This commit is contained in:
dolibarr95 2017-10-10 14:55:42 +02:00 committed by GitHub
parent f93ecc1584
commit 0abc16b27f

View File

@ -623,7 +623,7 @@ if ($mode == 'common')
$imginfo="info_black";
}
print '<tr>'."\n";
print '<tr class="oddeven">'."\n";
// Picto + Name of module
print ' <td width="200px">';