Revision 09829179
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/cp/invoices.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE L %] |
|
4 |
[%- USE LxERP %] |
|
5 | 1 |
<table width=100%> |
6 | 2 |
<tr> |
7 | 3 |
<th class=listheading colspan="7">[% 'Invoices' | $T8 %]</th> |
... | ... | |
35 | 31 |
<td class="listtotal"> </td> |
36 | 32 |
<td class="listtotal" align="right">[% LxERP.format_amount(totals.paid, 2) %]</td> |
37 | 33 |
</tr> |
34 |
[% USE T8 %] |
|
35 |
[% USE HTML %] |
|
36 |
[% USE L %] |
|
37 |
[% USE LxERP %] |
|
38 |
|
|
38 | 39 |
</table> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/cp/