X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f825091992391175a3b30072fc86e035cd28c41d..d934ce3611:/templates/webpages/ir/form_header.html
diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html
index df7b2441b..697e3e54f 100644
--- a/templates/webpages/ir/form_header.html
+++ b/templates/webpages/ir/form_header.html
@@ -1,6 +1,7 @@
[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
+[%- USE L %]
[%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_name _ ')' %]
@@ -53,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', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title='full_name_dep', with_empty=1), style='width: 250px') %]
|
[%- END %]
@@ -146,10 +141,7 @@
| [% 'Credit Note Date' | $T8 %] |
-
-
-
- |
+ [% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate(this)') %] |
[%- ELSE %]
@@ -158,17 +150,11 @@
| [% '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') %] |
[%- END %]
@@ -178,13 +164,11 @@
| [% '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 %] |
@@ -213,10 +197,6 @@