X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a9937c8511f6adec85906257afba39990c42ced7..4c4939d0:/templates/webpages/ct/form_header.html diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 796f2a3ba..9671cab24 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -1,10 +1,11 @@ [%- USE T8 %] [% USE HTML %][% USE LxERP %] [% USE L %] -[% L.javascript_tag('jquery') %] -
[% title %]
+

[% title %]

+ + [% PROCESS 'common/flash.html' %]
@@ -212,6 +213,10 @@ [% 'BIC' | $T8 %] + [%- IF ALL_CURRENCIES.size %] + [% 'Currency' | $T8 %] + [% L.select_tag('currency', L.options_for_select(ALL_CURRENCIES, default=currency, with_empty=1)) %] + [%- END %]