X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b021f0f5808d9a3b02ddc7f13c206ebc88387ff1..fbcd5580:/templates/webpages/sepa/bank_transfer_create.html
diff --git a/templates/webpages/sepa/bank_transfer_create.html b/templates/webpages/sepa/bank_transfer_create.html
index 80af4c49d..35b2fb988 100644
--- a/templates/webpages/sepa/bank_transfer_create.html
+++ b/templates/webpages/sepa/bank_transfer_create.html
@@ -25,12 +25,13 @@
[% 'Please select the destination bank account for the collections:' | $T8 %]
[%- END %]
- [%- INCLUDE generic/multibox.html
- name = 'bank_account.id',
- DATA = BANK_ACCOUNTS,
- id_key = 'id',
- label_sub = 'bank_account_label',
- -%]
+ [% L.select_tag('bank_account',
+ BANK_ACCOUNTS,
+ title_key='displayable_name',
+ default=bank_account.id,
+ with_empty=0,
+ style='width:450px',
+ ) %]
@@ -83,6 +84,8 @@