X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fgl%2Fform_header.html;h=e8b7b5a6a397adf450f31ce71cad27aeaf9eaeb7;hb=0aa885f4f0bb531a7691a641f954ff296ffa04a5;hp=c6d7242c589cc503068f0c3c79a31c9254878b80;hpb=526dad121d0d769b2f1816d108e1c1183f581c12;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index c6d7242c5..e8b7b5a6a 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -36,6 +36,12 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF INSTANCE_CONF.get_webdav %]
  • [% 'WebDAV' | $T8 %]
  • +[%- END %] +[%- IF id %] +[%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • +[%- END %] [%- END %]
    @@ -60,7 +66,7 @@ - +
    [% 'Date' | $T8 %][% 'Transdate' | $T8 %] [% L.date_tag('transdate', transdate, readonly=readonly) %]
    @@ -68,12 +74,12 @@ [%- IF id %] - [% 'Belegnummer' | $T8 %] + [% 'ID' | $T8 %] [% L.input_tag('id', id, size=20, readonly=readonly) %] - +
    [% 'Buchungsdatum' | $T8 %][% 'Gldate' | $T8 %] [% L.date_tag('gldate', gldate, readonly=1) %]