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