X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=68c2286ebb465176ce15c569336f0b5276861a3c;hb=e7a471b40154cdcacf1e0051f52b764b4af015bf;hp=20c25ce8914b7dfdaa33429b93e8a90e710f065d;hpb=5d8dbe98677296f277230024db5af5307861ab22;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 20c25ce89..68c2286eb 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -27,12 +27,11 @@ -
[% title %]
+

[% title %]

[%- INCLUDE 'common/flash.html' %] - - -
@@ -59,7 +58,7 @@ [%- END %] @@ -106,7 +105,6 @@ [%- END %] - [%- IF currencies %] @@ -167,14 +165,14 @@ [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] @@ -234,15 +232,3 @@
[% 'Contact Person' | $T8 %] - [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title_sub=\contact_labels, with_empty=1), style='width: 250px') %] + [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title='full_name_dep', with_empty=1), style='width: 250px') %]
[% 'Currency' | $T8 %]
[% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %] + [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title='safe_name')) %]
[% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %] + [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title='safe_name')) %]