Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[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" id="form">
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   [% L.hidden_tag('filter_key', filter_key) %]
15  </form>