X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=4178a219a3f931b3bda194bae414a6456bacfaef;hb=18407da47add04b0e16722edcc181a99ef06a241;hp=50d8f57583bb5c4ad552b49dd677debe3209b823;hpb=66ddc388f22a78ff14f7705a0d3d601e81440e04;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 50d8f5758..4178a219a 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -3,7 +3,6 @@ [%- USE LxERP %] [%- USE L %] [%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %] - @@ -21,9 +20,7 @@ - - -

[% title %]

+

[% title %]

[% saved_message %]

@@ -47,17 +44,17 @@ allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] - + [%- IF ALL_CONTACTS.size %] [% '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', ALL_CONTACTS, default = cp_id, value_key = 'cp_id', title_key = 'full_name_dep', with_empty = 1, style = 'width: 250px') %] [%- END %] @@ -65,7 +62,7 @@ [% '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', ALL_SHIPTO, default = shipto_id, value_key = 'shipto_id', title_key = 'displayable_id', with_empty = 1, style='width: 250px', onChange = "document.getElementById('update_button').click();") %] [%- END %] @@ -92,23 +89,25 @@ [%- END %] [% 'Record in' | $T8 %] - - + + + + [% 'Steuersatz' | $T8 %] - [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), readonly=(id ? 1 : 0), style='width: 250px') %] - + [% L.select_tag('taxzone_id', ALL_TAXZONES, default = taxzone_id, title_key = 'description', disabled = (id ? 1 : 0), style='width: 250px', onchange = "document.getElementById('update_button').click();") %] [%- IF id %] [%- END %] + [%- IF all_departments %] [% 'Department' | $T8 %] - [% L.select_tag('department_id', L.options_for_select(all_departments, default=department_id, title_sub=\department_labels, with_empty=1), style='width:250px') %] + [% L.select_tag('department_id', all_departments, default = department_id, title_sub = \department_labels, with_empty = 1, style = 'width:250px') %] [%- END %] @@ -118,8 +117,12 @@ [% currencies %] [%- END %] - - + + + + + + [%- IF show_exchangerate %] [% 'Exchangerate' | $T8 %] @@ -151,14 +154,14 @@ [% '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', ALL_EMPLOYEES, default = employee_id, title_key = 'safe_name') %] [%- IF ALL_SALESMEN.size %] [% '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', ALL_SALESMEN, default = (salesman_id ? salesman_id : employee_id), title_key = 'safe_name') %] [%- END %] @@ -174,10 +177,7 @@ [% 'Credit Note Date' | $T8 %] - - - - + [% L.date_tag('invdate', invdate, cal_align='BL', onchange='set_duedate()') %] [%- ELSE %] @@ -186,17 +186,11 @@ [% 'Invoice Date' | $T8 %] - - - - + [% L.date_tag('invdate', invdate, cal_align='BL', onchange='set_duedate()') %] [% 'Due Date' | $T8 %] - - - - + [% L.date_tag('duedate', duedate, cal_align='BL') %] [% 'Delivery Order Number' | $T8 %] @@ -204,10 +198,7 @@ [% 'Delivery Date' | $T8 %] - - - - + [% L.date_tag('deliverydate', deliverydate, cal_align='BL') %] [%- END %] @@ -217,8 +208,7 @@ [% 'Order Date' | $T8 %] - - + [% L.date_tag('orddate', orddate, cal_align='BL') %] [% 'Quotation Number' | $T8 %] @@ -226,8 +216,7 @@ [% 'Quotation Date' | $T8 %] - - + [% L.date_tag('quodate', quodate, cal_align='BL') %] [% 'Customer Order Number' | $T8 %] @@ -236,31 +225,24 @@ [% 'Project Number' | $T8 %] - [%- L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty='1'), onChange="document.getElementById('update_button').click();") %] + [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %] - - - - + + + + - - +