]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/confirm_price_update.html
Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[mfinanz.git] / templates / webpages / ic / confirm_price_update.html
diff --git a/templates/webpages/ic/confirm_price_update.html b/templates/webpages/ic/confirm_price_update.html
new file mode 100644 (file)
index 0000000..cc28548
--- /dev/null
@@ -0,0 +1,26 @@
+[%- USE T8 %]
+[%- USE HTML %]
+[%- USE LxERP %]
+<body>
+
+ <form method="post" action="ic.pl">
+
+  [%- FOREACH row = HIDDENS %]
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
+  [%- END %]
+
+  <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
+
+  <p>
+   [% LxERP.t8('Approximately #1 prices will be updated.', num_matches) %]
+  </p>
+
+  <p>[% 'Are you sure you want to update the prices' | $T8 %]?</p>
+
+  <p>
+   <input name="action" class="submit" type="submit" value="[% 'Continue' | $T8 %]">
+   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
+  </p>
+ </form>
+</body>
+</html>