5f63afc51f8c7254a1275ef28510576b257662b9
[kivitendo-erp.git] / templates / webpages / oe / delete.html
1 [%- USE T8 %]
2 [%- USE L %]
3 [%- USE LxERP %]
4
5 <body>
6
7 <form method="post" action="[% script %]">
8
9 <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
10
11 [%- IF is_order %]
12 <h4>[% 'Are you sure you want to delete Order Number' | $T8 %] [% ordnumber %]</h4>
13 [%- ELSE %]
14 <h4>[% 'Are you sure you want to delete Quotation Number' | $T8 %] [% quonumber %]</h4>
15 [%- END %]
16
17 <br>
18
19 [% L.hidden_tag(row.key, row.value) FOREACH row = hiddens %]
20 [% L.hidden_tag('yes_nextsub', 'delete_order_quotation') %]
21 [% L.submit_tag('action', LxERP.t8('Yes')) %]
22
23 <button class=submit type=button onclick="history.back()">[% 'No' | $T8 %]</button>
24 </form>
25
26 </body>
27 </html>