]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/confirm_price_update.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / ic / confirm_price_update.html
index ae2e0ace41892b8ff7a299f69199fea7c81b049c..ed18d7ecc740c94de731c40d050fd2466e6332d0 100644 (file)
@@ -3,7 +3,7 @@
 [%- USE LxERP %]
 [%- USE L %]
 
- <form method="post" action="controller.pl">
+ <form method="post" action="controller.pl" id="form">
 
   <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
 
 
   <p>[% 'Are you sure you want to update the prices' | $T8 %]?</p>
 
-  <p>
-   [% L.hidden_tag('filter_key', filter_key) %]
-   [% L.hidden_tag('action', 'PartsPriceUpdate/dispatch') %]
-   <input name="action_update_prices" class="submit" type="submit" value="[% 'Continue' | $T8 %]">
-   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
-  </p>
+  [% L.hidden_tag('filter_key', filter_key) %]
  </form>