HTML-Code aufgeräumt, Attribute gequotet, HTML-Sonderzeichen in Werten escapet.
[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   <h4>Sind Sie sicher, dass Sie die Preise 
14 aktualisieren wollen?</h4>
15
16   <p>
17    <input name="action" class="submit" type="submit" value="Weiter">
18    <input type="button" class="submit" onclick="history.back()" value="Zurück">
19   </p>
20  </form>
21 </body>
22 </html>