Add class
Add oddeven class to tr tag
This commit is contained in:
parent
f93ecc1584
commit
0abc16b27f
@ -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">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user