X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da734ed492c5fb8fb34fab10d13721918d25cae1..d707f7ac60b9dbe7da50d733db1e73eae84952f7:/templates/webpages/do/form_header_master.html diff --git a/templates/webpages/do/form_header_master.html b/templates/webpages/do/form_header_master.html new file mode 100644 index 000000000..4829637d3 --- /dev/null +++ b/templates/webpages/do/form_header_master.html @@ -0,0 +1,345 @@ +[% USE HTML %][% USE LxERP %]
+ + + + + + + + + + + + + + + [%- IF vc == 'customer' %] + [%- SET vc = 'customer' %] + [%- SET the_vc_id = customer_id %] + [%- SET the_vc = customer %] + [%- SET the_oldvc = oldcustomer %] + [%- SET is_customer = '1' %] + [%- ELSE %] + [%- SET vc = 'vendor' %] + [%- SET the_vc_id = vendor_id %] + [%- SET the_vc = vendor %] + [%- SET the_oldvc = oldvendor %] + [%- SET is_customer = '0' %] + [%- END %] + [%- IF closed %] + [%- SET RO = ' readonly' %] + [%- SET DISABLED = ' disabled' %] + [%- END %] + +[% ERRORS.join('
') %]