Langtext-Dialog: Größe prozentual zum Hauptfenster einstellbar pro Benutzer
[kivitendo-erp.git] / templates / webpages / sepa / bank_transfer_search.html
index a88d402..bd832dc 100644 (file)
@@ -4,7 +4,7 @@
 [%- USE L %]
 <h1>[% title %]</h1>
 
- <form action="sepa.pl" method="post">
+ <form action="sepa.pl" method="post" id="form">
   <p>
    <table>
     <tr>
      <td><input name="f_invnumber"></td>
     </tr>
 
+    <tr>
+     <td align="right">[% LxERP.t8("SEPA message ID") %]</td>
+     <td>[% L.input_tag("f_message_id") %]</td>
+    </tr>
+
     <tr>
      <td align="right">[% 'Export date from' | $T8 %]</td>
      <td>
@@ -78,9 +83,5 @@
    </table>
   </p>
 
-  <p>
-   <input type="hidden" name="action" value="dispatcher">
    <input type="hidden" name="vc" value="[%- HTML.escape(vc) %]">
-   <input type="submit" class="submit" name="action_bank_transfer_list" value="[% 'Continue' | $T8 %]">
-  </p>
  </form>