Merge branch 'master' of ssh://lx-office/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / ic / confirm_price_update_master.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 <body>
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"><translate>Confirm!</translate></h2>
12
13   <p>
14    [% LxERP.format_string('<translate>Approximately #1 prices will be updated.</translate>', num_matches) %]
15   </p>
16
17   <p><translate>Are you sure you want to update the prices</translate>?</p>
18
19   <p>
20    <input name="action" class="submit" type="submit" value="<translate>Continue</translate>">
21    <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
22   </p>
23  </form>
24 </body>
25 </html>