X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_header.html;h=ee186c0b10cfb19240b465b3e98acd1cc0dedf22;hb=88bd305a4cf8eee63e4b8b81f714395584e3bb52;hp=63d5140724826db2391360224f7e3a2aa4c11022;hpb=4856da7e20f5dba5c1ecca440869de3f6bb0a70a;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index 63d514072..ee186c0b1 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -1,10 +1,10 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %] [%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_name _ ')' %] - @@ -22,8 +22,6 @@ - -

[% title %]

[%- INCLUDE 'common/flash.html' %] @@ -56,13 +54,7 @@ [% 'Contact Person' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'cp_id', - style = 'width: 250px', - DATA = ALL_CONTACTS, - id_key = 'cp_id', - label_sub = 'contact_labels', - show_empty = 1 -%] + [% 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 %] @@ -133,13 +125,7 @@ - + [%- IF is_type_credit_note %] @@ -149,10 +135,7 @@ - + [%- ELSE %] @@ -161,17 +144,11 @@ - + - + [%- END %] @@ -181,13 +158,11 @@ - + - + @@ -216,10 +191,6 @@
[% 'Employee' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'employee_id', - DATA = ALL_EMPLOYEES, - id_key = 'id', - label_sub = 'sales_employee_labels' -%] - [% L.select_tag('employee_id', ALL_EMPLOYEES, default = employee_id, title_key = 'safe_name') %]
[% 'Credit Note Date' | $T8 %] - - - [% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate(this)') %]
[% 'Invoice Date' | $T8 %] - - - [% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate(this)') %]
[% 'Due Date' | $T8 %] - - - [% L.date_tag('duedate', duedate, onBlur='check_right_date_format(this)', cal_align='BL') %]
[% 'Order Date' | $T8 %] - [% L.date_tag('orddate', orddate, onBlur='check_right_date_format(this)', cal_align='BL') %]
[% 'Quotation Date' | $T8 %] - [% L.date_tag('quodate', quodate, onBlur='check_right_date_format(this)', cal_align='BL') %]
[% 'Project Number' | $T8 %]