Einlagern: Nach der Artikelauswahl per Popup automatisch "Erneuern" drücken.
[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="[% script %]">
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 </form>