X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e83604f2c7d6d499d9db8d066cc7f637e6f609de..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/letter/edit.html diff --git a/templates/webpages/letter/edit.html b/templates/webpages/letter/edit.html index a43f310af..0c4e4e415 100644 --- a/templates/webpages/letter/edit.html +++ b/templates/webpages/letter/edit.html @@ -3,31 +3,52 @@ [%- USE L %] [%- USE P %] [%- USE LxERP %] +[%- SET WEBDAV = SELF.webdav_objects %]

[% title | html %]

-
+ - + + [% L.hidden_tag('is_sales', SELF.is_sales) %] - [%- PROCESS 'common/flash.html' %] + [%- INCLUDE 'common/flash.html' %] + +
+ + +
+[%- IF SELF.is_sales %] - + + +[%- ELSE %] + + + +[%- END %] - + @@ -115,36 +136,21 @@ - - - - - -
[% 'Customer' | $T8 %]:[% P.customer_vendor_picker('letter.vc_id', letter.vc_id, type='customer') %] -[%- IF letter.customer_id %] - -[%- END %] - [% P.customer_vendor.picker('letter.customer_id', letter.customer_id, type='customer') %]
[% 'Vendor' | $T8 %]:[% P.customer_vendor.picker('letter.vendor_id', letter.vendor_id, type='vendor') %]
[% 'Contact Person' | $T8 %][% L.select_tag('letter.cp_id', letter.cp_id ? letter.customer.contacts : [], value_key='cp_id', title_key='full_name', default=letter.cp_id) %][% L.select_tag('letter.cp_id', letter.customer_vendor_id ? letter.customer_vendor.contacts : [], value_key='cp_id', title_key='full_name', default=letter.cp_id) %]
[% 'Your Reference' | $T8 %]:

- [% print_options %] -
- - - -[%- IF letter.letternumber %] - -[% END %] - - -[% L.submit_tag('action_delete', LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure you want to delete this letter?')) %] - + + + + [% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+ - - +