Cosmetic : CARD amount centered on 2 col.
This commit is contained in:
parent
380271101a
commit
04eec22408
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ for ($e = 0; $e < count($afiche); $e++)
|
|||
echo th(_('ref'));
|
||||
echo th(_('Interne'));
|
||||
echo th(_('Comm'));
|
||||
echo th(_('Montant'), 'style="width:auto" colspan="2"');
|
||||
echo th(_('Montant'), 'style="width:auto; text-align:center" colspan="2"');
|
||||
echo th(_('Prog.'),'class="num"');
|
||||
echo th(_('Let.'));
|
||||
echo '</tr>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue