100% centpercent

This commit is contained in:
Frédéric FRANCE
2019-11-05 21:24:41 +01:00
parent d972fa8bcb
commit 35751a80ab
378 changed files with 792 additions and 792 deletions

View File

@@ -106,7 +106,7 @@ $workflowcodes = dol_sort_array($workflowcodes, 'position');
$nbqualified=0;
$oldfamily='';
print '<table class="noborder" width="100%">'."\n";
print '<table class="noborder centpercent">'."\n";
foreach($workflowcodes as $key => $params)
{
@@ -117,7 +117,7 @@ foreach($workflowcodes as $key => $params)
if ($family == 'separator')
{
print '</table><br>';
print '<table class="noborder" width="100%">'."\n";
print '<table class="noborder centpercent">'."\n";
continue;
}