Revision 28678cdf
Von Werner Hahn vor 11 Monaten hinzugefügt
templates/design40_webpages/delivery_term/list.html | ||
---|---|---|
25 | 25 |
<tbody> |
26 | 26 |
[%- FOREACH delivery_term = DELIVERY_TERMS %] |
27 | 27 |
<tr id="delivery_term_id_[% delivery_term.id %]"> |
28 |
<td class="center" class="dragdrop"> <img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"> </td>
|
|
28 |
<td class="dragdrop"> <img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"> </td> |
|
29 | 29 |
<td> <a href="[% SELF.url_for(action => 'edit', id => delivery_term.id) %]"> [%- HTML.escape(delivery_term.description) %] </a> </td> |
30 | 30 |
<td> [%- HTML.escape(delivery_term.description_long) %] </td> |
31 | 31 |
</tr> |
Auch abrufbar als: Unified diff
delivery_terms: FIX: Sortierung der Liste dragndrop gefixt