X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=9b275af24b7116d406b825796c851403cbaaadad;hb=6abbd83dfd7e32ea1bf3ec209031192104ecaef8;hp=20c25ce8914b7dfdaa33429b93e8a90e710f065d;hpb=62ffcb1aa838fa3d4e266aef02918574bc7ca6be;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 20c25ce89..9b275af24 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -6,7 +6,6 @@
- @@ -27,12 +26,11 @@ -
[% title %]
+

[% title %]

[%- INCLUDE 'common/flash.html' %] - - -
@@ -59,7 +57,7 @@ [%- END %] @@ -67,7 +65,7 @@ [%- END %] @@ -106,7 +104,6 @@ [%- END %] - [%- IF currencies %] @@ -167,14 +164,14 @@ [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] @@ -205,8 +202,7 @@ [%- END %] @@ -218,8 +214,7 @@ [%- END %] @@ -234,15 +229,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') %]
[% 'Shipping Address' | $T8 %] - [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %] + [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title='displayable_id', with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %]
[% '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')) %]
- - + [% L.date_tag('transdate', transdate) %]
- - + [% L.date_tag('reqdate', reqdate) %]