Revision b5eb204f
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/order_items_search/_order_item_list.html | ||
---|---|---|
1 |
[%- USE LxERP %]
|
|
2 |
[%- USE T8 %]
|
|
3 |
[%- USE L %]
|
|
4 |
[%- USE HTML %]
|
|
5 |
[%- USE P %]
|
|
1 |
[% USE LxERP %] |
|
2 |
[% USE T8 %] |
|
3 |
[% USE L %] |
|
4 |
[% USE HTML %] |
|
5 |
[% USE P %] |
|
6 | 6 |
[% SET qty_round = 2 %] |
7 | 7 |
<table cellpadding="3px"> |
8 | 8 |
<tr class="listheading"> |
templates/webpages/order_items_search/order_items.html | ||
---|---|---|
1 | 1 |
[% USE HTML %] |
2 |
[%- USE LxERP %] |
|
3 |
[%- USE T8 %] |
|
4 |
[%- USE L %] |
|
5 |
[%- USE P %] |
|
6 |
|
|
7 |
[% SET size=50 %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE T8 %] |
|
4 |
[% USE L %] |
|
5 |
[% USE P %] |
|
8 | 6 |
[% SET show_images=0 %] |
9 | 7 |
|
10 | 8 |
<h1>[% title %]</h1> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/order_items_search/