Lettering for account and card are now finished

This commit is contained in:
Dany De Bontridder 2010-04-26 21:29:48 +00:00
parent e9c45e6190
commit f00f8ffe0b
7 changed files with 454 additions and 58 deletions

View file

@ -60,7 +60,7 @@ $letter=($this->content[$i]['letter']==-1)?" ":$this->content[$i]['letter'];
endfor;
?>
</TABLE>
<h2 class="info2"><?=_('Total Debit')?> <?=$amount_deb?></h2>
<h2 class="info2"><?=_('Total Credit')?> <?=$amount_cred?></h2>
<span style="display:block;font-size:14px"><?=_('Total Debit')?> <?=$amount_deb?></span>
<span style="display:block;font-size:14px"><?=_('Total Credit')?> <?=$amount_cred?></span>
</table>