Revision 8d187867
Von Cem Aydin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/order/form.html | ||
---|---|---|
15 | 15 |
|
16 | 16 |
<div id="shipto_dialog" class="hidden"></div> |
17 | 17 |
|
18 |
<form method="post" action="controller.pl" id="order_form"> |
|
18 |
<form method="post" action="controller.pl" id="order_form" |
|
19 |
data-transport-cost-reminder-article-id="[% HTML.escape(transport_cost_reminder_article.id) %]" |
|
20 |
data-transport-cost-reminder-article-description="[% HTML.escape(transport_cost_reminder_article.displayable_name) %]"> |
|
19 | 21 |
[% L.hidden_tag('callback', FORM.callback) %] |
20 | 22 |
[% L.hidden_tag('type', FORM.type) %] |
21 | 23 |
[% L.hidden_tag('id', SELF.order.id) %] |
Auch abrufbar als: Unified diff
design40: order/form.html aktualisiert
9ce44b6 Auftrags-Controller: Warnung bei fehlendem Transportkosten-Artikel