X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fletter%2Fedit.html;h=0c4e4e415bfb5a51187ff95d9087e847a7180846;hb=43816cb7289ee9225c3bb229d077bd87a75562cc;hp=a31d3913e39bf45d0c690f0fd232e0e52b1ad456;hpb=6d9d1fbf6d9478ab95144ce5d95300bd2ae46be8;p=kivitendo-erp.git diff --git a/templates/webpages/letter/edit.html b/templates/webpages/letter/edit.html index a31d3913e..0c4e4e415 100644 --- a/templates/webpages/letter/edit.html +++ b/templates/webpages/letter/edit.html @@ -9,7 +9,7 @@
- + [% L.hidden_tag('is_sales', SELF.is_sales) %] [%- INCLUDE 'common/flash.html' %] @@ -20,6 +20,9 @@ [%- IF letter.id %] [%- IF INSTANCE_CONF.get_webdav %]
  • [% LxERP.t8('WebDAV') %]
  • + [%- END %] + [%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • [%- END %]
  • [% LxERP.t8("Linked Records") %]
  • [%- END %] @@ -35,12 +38,12 @@ [%- IF SELF.is_sales %] [% 'Customer' | $T8 %]: - [% P.customer_vendor_picker('letter.customer_id', letter.customer_id, type='customer') %] + [% P.customer_vendor.picker('letter.customer_id', letter.customer_id, type='customer') %] [%- ELSE %] [% 'Vendor' | $T8 %]: - [% P.customer_vendor_picker('letter.vendor_id', letter.vendor_id, type='vendor') %] + [% P.customer_vendor.picker('letter.vendor_id', letter.vendor_id, type='vendor') %] [%- END %] @@ -133,16 +136,13 @@ - -
    - - - - [% print_options %] - - + + + [% PROCESS 'webdav/_list.html' %]
    @@ -150,3 +150,7 @@
    + +