X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=294cf4769d59c10e7f0d51fa249ddba456c8901d;hb=8abd9ce32e946691e0953f9a8e2c183183d7854e;hp=be983be9000ecc58ee726f99b40d2277588ca76e;hpb=e925bd36840881acbdc52dda425b2b5e6b28eb8b;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index be983be90..294cf4769 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -80,7 +80,7 @@ [% 'Greeting' | $T8 %] -   +   [%- INCLUDE generic/multibox.html name = 'selected_company_greeting', DATA = MB_COMPANY_GREETINGS, @@ -207,33 +207,33 @@ [% 'sales tax identification number' | $T8 %] - + [% L.input_tag('ustid', ustid, maxlength=14, size=30) %] [%- IF is_customer %] [% 'our vendor number at customer' | $T8 %] - + [% L.input_tag('c_vendor_id', c_vendor_id, size=30) %] [%- ELSE %] [% 'Customer Number' | $T8 %] - + [% L.input_tag('v_customer_id', v_customer_id, size=30) %] [%- END %] [% 'Account Number' | $T8 %] - + [% L.input_tag('account_number', account_number, size=30) %] [% 'Bank Code Number' | $T8 %] - + [% L.input_tag('bank_code', bank_code, size=30) %] [% 'Bank' | $T8 %] - + [% L.input_tag('bank', bank, size=30) %] [% 'IBAN' | $T8 %] - + [% L.input_tag('iban', iban, maxlength=100, size=30) %] [% 'BIC' | $T8 %] - + [% L.input_tag('bic', bic, maxlength=100, size=30) %] [%- IF ALL_CURRENCIES.size %] [% 'Currency' | $T8 %] - [% L.select_tag('currency', ALL_CURRENCIES, default = currency, with_empty = 1) %] + [% L.select_tag('currency', ALL_CURRENCIES, default = currency) %] [%- END %]