X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/650e6c100b82a445bb6593ae29432b9ae4b2724b..67079598f8f98a12e12a8acddc3afbf12bb58c5d:/templates/webpages/ct/form_header.html diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index c25a0f029..8263d873d 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -1,11 +1,12 @@ [%- USE T8 %] [% USE HTML %][% USE LxERP %] [% USE L %] -[% L.javascript_tag('jquery') %]

[% title %]

+ [% PROCESS 'common/flash.html' %] +
@@ -149,7 +150,7 @@ [% ELSE %][% 'Homepage' | $T8 %] [% END %] - + @@ -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 %] @@ -274,15 +279,7 @@ [%- IF is_customer && !conf_vertreter %] [% 'Salesman' | $T8 %] - - [%- INCLUDE generic/multibox.html - name = 'salesman_id', - DATA = ALL_SALESMEN, - show_empty = 1, - id_key = 'id', - label_sub = 'salesman_label', - -%] - + [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, with_empty=1, title='safe_name')) %] [%- END %] @@ -302,16 +299,10 @@
[% INCLUDE 'ct/_shipto.html' %] - - -
[% INCLUDE 'ct/_contact.html' %] - - -
@@ -405,13 +396,7 @@ [% 'for' | $T8 %] - + [% L.select_tag('FU_created_for_user', L.options_for_select(ALL_EMPLOYEES, default=(FU_created_for_user ? FU_created_for_user : USER.id), title='safe_name')) %] @@ -428,12 +413,12 @@
- [%- IF CUSTOM_VARIABLES.size %] + [%- IF CUSTOM_VARIABLES.CT.size %]

- [%- FOREACH var = CUSTOM_VARIABLES %] + [%- FOREACH var = CUSTOM_VARIABLES.CT %]
[% HTML.escape(var.description) %] [% var.HTML_CODE %]