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