X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ea5d75b52e043fb3f0d264056df6007049d6a3fd..c0ed7d2fa:/templates/webpages/letter/edit.html diff --git a/templates/webpages/letter/edit.html b/templates/webpages/letter/edit.html index 1e84de808..390efcc17 100644 --- a/templates/webpages/letter/edit.html +++ b/templates/webpages/letter/edit.html @@ -3,6 +3,7 @@ [%- USE L %] [%- USE P %] [%- USE LxERP %] +[%- SET WEBDAV = SELF.webdav_objects %]

[% title | html %]

@@ -10,7 +11,20 @@ - [%- PROCESS 'common/flash.html' %] + [%- INCLUDE 'common/flash.html' %] + +
+ + +
@@ -19,7 +33,7 @@
- - + @@ -69,7 +83,7 @@ - + @@ -125,10 +139,18 @@
[% 'Customer' | $T8 %]:[% P.customer_vendor_picker('letter.vc_id', letter.vc_id, type='customer') %] + [% P.customer_vendor_picker('letter.customer_id', letter.customer_id, type='customer') %] [%- IF letter.customer_id %] [%- END %] @@ -27,7 +41,7 @@
[% '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_id ? letter.customer.contacts : [], value_key='cp_id', title_key='full_name', default=letter.cp_id) %]
[% 'Your Reference' | $T8 %]:
[% 'Body' | $T8 %][% L.textarea_tag('letter.body_as_restricted_html', letter.body_as_restricted_html, style='width:100%', rows=20, class="texteditor") %]
[% 'Internal Notes' | $T8 %]
+
+ [% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+
+ [%- IF letter.letternumber %] + [% END %] @@ -141,7 +163,7 @@