Das Feld Einlagern unter Erzeugnis erfassen hat derzeit keine Funktion - Laut Holger...
[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 aktualisieren wollen?</h4>
14
15   <p>
16    <input name="action" class="submit" type="submit" value="Weiter">
17    <input type="button" class="submit" onclick="history.back()" value="Zurück">
18   </p>
19  </form>
20 </body>
21 </html>