Revision da3422fb
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/disposition_manager/show_purchase_basket.html | ||
---|---|---|
46 | 46 |
|
47 | 47 |
<tr> |
48 | 48 |
<td>[% L.checkbox_tag('ids[+]', "data-checkall"=1, checked = '1', value=basket_item.id) %] [% HTML.escape(basket_item.part.partsgroup.partsgroup) %] |
49 |
[% L.hidden_tag('partsgroup_ids[]', basket_item.part.partsgroup_id ) %] |
|
50 | 49 |
</td> |
51 | 50 |
<td> [% basket_item.part.presenter.part(target = '_blank') %] |
52 | 51 |
[% P.button_tag( |
templates/webpages/disposition_manager/show_purchase_basket.html | ||
---|---|---|
34 | 34 |
|
35 | 35 |
<tr class="listrow"> |
36 | 36 |
<td>[% L.checkbox_tag('ids[+]', "data-checkall"=1, checked = '1', value=basket_item.id) %] [% HTML.escape(basket_item.part.partsgroup.partsgroup) %] |
37 |
[% L.hidden_tag('partsgroup_ids[]', basket_item.part.partsgroup_id ) %] |
|
38 | 37 |
</td> |
39 | 38 |
<td> [% basket_item.part.presenter.part(target = '_blank') %] |
40 | 39 |
[% P.button_tag( |
Auch abrufbar als: Unified diff
DispositionManager: Einkaufswarenkorb: keine Warengruppe