Änderungen für den SEPA-Export
[kivitendo-erp.git] / templates / webpages / sepa / bank_transfer_mark_as_closed_step1_master.html
1 [% USE HTML %]
2 <body>
3
4  <p><div class="listtop">[% title %]</div></p>
5
6  <form action="sepa.pl" method="post">
7   <p>
8    <translate>Do you really want to close the following SEPA exports?
9     No payment will be recorded for bank transfers that haven't been
10     marked as executed yet.</translate>
11   </p>
12
13   <p>
14    <translate>SEPA exports:</translate>
15    [%- FOREACH id = OPEN_EXPORT_IDS %]
16     [%- UNLESS loop.first %], [%- END %]
17     <input type="hidden" name="open_export_ids[]" value="[% HTML.escape(id) %]">
18     <a href="sepa.pl?action=bank_transfer_edit&id=[% HTML.url(id) %]">[% HTML.escape(id) %]</a>
19    [%- END %]
20   </p>
21
22   <p>
23    <input type="submit" class="submit" name="action_bank_transfer_mark_as_closed_step2" value="<translate>Mark as closed</translate>">
24    <input type="button" class="submit" value="<translate>Back</translate>" onclick="history.back()">
25   </p>
26
27   <input type="hidden" name="action" value="dispatcher">
28  </form>
29
30 </body>
31 </html>