epic-ts
[kivitendo-erp.git] / templates / webpages / ic / confirm_price_update.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4
5  <form method="post" action="ic.pl">
6
7   [%- FOREACH row = HIDDENS %]
8   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
9   [%- END %]
10
11   <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
12
13   <p>
14    [% LxERP.t8('Approximately #1 prices will be updated.', num_matches) %]
15   </p>
16
17   <p>[% 'Are you sure you want to update the prices' | $T8 %]?</p>
18
19   <p>
20    <input name="action" class="submit" type="submit" value="[% 'Continue' | $T8 %]">
21    <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
22   </p>
23  </form>