X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fletter%2Fedit.html;h=d33570fdbee552b70828b09a7ae554e3eba40d8c;hb=8bf82ed2a2002da54411047637ce03d79beae73a;hp=a43f310af68d0bc537f3bbbec7e5dfe4590b3fc2;hpb=e83604f2c7d6d499d9db8d066cc7f637e6f609de;p=kivitendo-erp.git diff --git a/templates/webpages/letter/edit.html b/templates/webpages/letter/edit.html index a43f310af..d33570fdb 100644 --- a/templates/webpages/letter/edit.html +++ b/templates/webpages/letter/edit.html @@ -3,31 +3,49 @@ [%- 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 +133,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...") %] +
+ - - +