Revision c8baba6b
Von Jan Büren vor etwa 8 Jahren hinzugefügt
templates/webpages/gl/form_footer.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
[%- USE T8 %] |
4 | 4 |
[%- USE L %] |
5 |
<tr class=listtotal> |
|
6 |
<th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th> |
|
7 |
<th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th> |
|
8 |
<td colspan=6></td> |
|
5 |
<tr class=listtotal> |
|
6 |
<th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th> |
|
7 |
<th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th> |
|
8 |
<td colspan=6></td> |
|
9 |
</tr> |
|
10 |
</table> |
|
11 |
</td> |
|
9 | 12 |
</tr> |
10 | 13 |
</table> |
11 | 14 |
</td> |
Auch abrufbar als: Unified diff
gl html vergessenes schließendes table element