Revision 74f24c3d
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/ar/ar_transactions_bottom.html | ||
---|---|---|
1 |
[% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE LxERP %] |
|
4 |
[% USE L %] |
|
2 | 5 |
|
3 | 6 |
[% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %] |
4 | 7 |
[% L.hidden_tag("printer_id") %] |
templates/webpages/ar/form_footer.html | ||
---|---|---|
1 | 1 |
[% USE LxERP %] |
2 | 2 |
[% USE T8 %] |
3 |
[% USE L %][%- USE P -%] |
|
3 |
[% USE L %] |
|
4 |
[% USE P %] |
|
4 | 5 |
|
5 | 6 |
[% IF ( follow_up_length && follow_up_due_length ) %] |
6 | 7 |
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %] |
templates/webpages/ar/form_header.html | ||
---|---|---|
1 |
[%- USE HTML %] |
|
2 |
[%- USE L %] |
|
3 |
[%- USE T8 %] |
|
4 |
[%- USE LxERP %][%- USE P -%] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE L %] |
|
3 |
[% USE T8 %] |
|
4 |
[% USE LxERP %] |
|
5 |
[% USE P %] |
|
5 | 6 |
|
6 | 7 |
<h1>[% title | html %]</h1> |
7 | 8 |
|
templates/webpages/ar/search.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE L %][%- USE P -%] |
|
3 |
[%- SET style="width: 250px" %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE L %] |
|
3 |
[% USE P %] |
|
4 |
[% SET style="width: 250px" %] |
|
4 | 5 |
<h1>[% title %]</h1> |
5 | 6 |
|
6 | 7 |
<form method=post name="search" id="form" action=[% script %]> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/ar/