X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_header.html;h=d070b4d7411190adc1f2f8daa6b9c76365464472;hb=6c4ea0af7845a7c0259c77f529198677a98bcd8a;hp=63d5140724826db2391360224f7e3a2aa4c11022;hpb=128bad31d931ed3a3df4390170f7a598748f3a83;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index 63d514072..d070b4d74 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' %] @@ -149,10 +147,7 @@ [% 'Credit Note Date' | $T8 %] - - - - + [% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate(this)') %] [%- ELSE %] @@ -161,17 +156,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 %] @@ -181,13 +170,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 %] @@ -216,10 +203,6 @@