X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=ed67b02e3ed29d6098df52854e63ca326b193e8e;hb=6257a194152e7aba0aa69d24c3bfdc61f5e348bf;hp=59781d37a4bd1578f4cab912f5beb8fc8d2bc3ce;hpb=64ec422b1db624af0f606fb485f7f5b0262006b3;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 59781d37a..ed67b02e3 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -26,17 +26,12 @@ -[%- IF resubmit %] -[%# in case of resubmits, restore enough information for dispatcher to work %] - [% L.hidden_tag('action_' _ dispatched_action, 1) %] -[%- END %] -
[% title %]
+

[% title %]

[%- INCLUDE 'common/flash.html' %] - - -
@@ -63,7 +58,7 @@ [%- END %] @@ -71,7 +66,7 @@ [%- END %] @@ -110,7 +105,6 @@ [%- END %] - [%- IF currencies %] @@ -171,14 +165,14 @@ [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] @@ -238,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') %]
[% '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')) %]