Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / liquidity_projection / _filter.html
index 34bf90a..3289539 100644 (file)
@@ -1,8 +1,6 @@
 [%- USE LxERP -%][%- USE L -%]
 
-<form method="post" action="controller.pl">
- [% L.hidden_tag('action', 'LiquidityProjection/show') %]
-
+<form method="post" action="controller.pl" id="filter_form">
  <table border="0">
   <tr>
    <th align="right">[% LxERP.t8("Number of months") %]</th>
     <br>
     [% L.checkbox_tag("params.salesman",       value=1, checked=FORM.params.salesman,       label=LxERP.t8("Salesman")) %]
     <br>
-    [% L.checkbox_tag("params.buchungsgruppe", value=1, checked=FORM.params.buchungsgruppe, label=LxERP.t8("Buchungsgruppe")) %]
+    [% L.checkbox_tag("params.buchungsgruppe", value=1, checked=FORM.params.buchungsgruppe, label=LxERP.t8("Booking group")) %]
    </td>
   </tr>
  </table>
-
- <p>
-  [% L.submit_tag("dummy", LxERP.t8("Show")) %]
- </p>
 </form>