strictness
[kivitendo-erp.git] / templates / webpages / ic / confirm_price_update_de.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">Bestätigen Sie!</h2>
12
13   <p>
14    [% LxERP.format_string('Ungefähr #1 Preise werden aktualisiert.', num_matches) %]
15   </p>
16
17   <p>Sind Sie sicher, dass Sie die Preise aktualisieren wollen?</p>
18
19   <p>
20    <input name="action" class="submit" type="submit" value="Weiter">
21    <input type="button" class="submit" onclick="history.back()" value="Zurück">
22   </p>
23  </form>
24 </body>
25 </html>