Revision afb85af8
Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt
templates/webpages/delivery_term/list.html | ||
---|---|---|
14 | 14 |
<table id="delivery_term_list"> |
15 | 15 |
<thead> |
16 | 16 |
<tr class="listheading"> |
17 |
<th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th> |
|
17 |
<th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
|
|
18 | 18 |
<th>[%- 'Description' | $T8 %]</th> |
19 | 19 |
<th>[%- 'Long Description' | $T8 %]</th> |
20 | 20 |
</tr> |
... | ... | |
23 | 23 |
<tbody> |
24 | 24 |
[%- FOREACH delivery_term = DELIVERY_TERMS %] |
25 | 25 |
<tr class="listrow[% loop.count % 2 %]" id="delivery_term_id_[% delivery_term.id %]"> |
26 |
<td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td> |
|
26 |
<td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
|
|
27 | 27 |
<td> |
28 | 28 |
<a href="[% SELF.url_for(action => 'edit', id => delivery_term.id) %]"> |
29 | 29 |
[%- HTML.escape(delivery_term.description) %] |
templates/webpages/payment_term/list.html | ||
---|---|---|
14 | 14 |
<table id="payment_term_list"> |
15 | 15 |
<thead> |
16 | 16 |
<tr class="listheading"> |
17 |
<th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th> |
|
17 |
<th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
|
|
18 | 18 |
<th>[%- 'Description' | $T8 %]</th> |
19 | 19 |
<th>[%- 'Long Description' | $T8 %]</th> |
20 | 20 |
<th align="right">[%- 'Netto Terms' | $T8 %]</th> |
... | ... | |
26 | 26 |
<tbody> |
27 | 27 |
[%- FOREACH payment_term = PAYMENT_TERMS %] |
28 | 28 |
<tr class="listrow[% loop.count % 2 %]" id="payment_term_id_[% payment_term.id %]"> |
29 |
<td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td> |
|
29 |
<td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
|
|
30 | 30 |
<td> |
31 | 31 |
<a href="[% SELF.url_for(action => 'edit', id => payment_term.id) %]"> |
32 | 32 |
[%- HTML.escape(payment_term.description) %] |
Auch abrufbar als: Unified diff
Tipp- und Copy-Paste-Fehler korrigiert.