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