2
0
forked from Wavyzz/dolibarr

Update code using new css class

This commit is contained in:
philippe grand
2017-04-25 11:59:18 +02:00
parent 215ef30abe
commit e2dbcb2b5a
13 changed files with 26 additions and 45 deletions

View File

@@ -120,8 +120,7 @@ foreach($workflowcodes as $key => $params)
$oldfamily = $family;
}
$var = !$var;
print "<tr ".$bc[$var].">\n";
print "<tr class=\"oddeven\">\n";
print "<td>".img_object('', $picto).$langs->trans('desc'.$key);
if (! empty($params['warning']))
{