6 <form method="post" action="controller.pl">
8 <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
10 <p>[% LxERP.t8('Approximately #1 prices will be updated.', num_matches) %]</p>
12 <p>[% 'Are you sure you want to update the prices' | $T8 %]?</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 %]">