X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_header.html;h=4bfefaabdfb79ff1931249525dfc0dee957f0378;hb=c8baba6bafe694a734c59c463ae5382d536b6622;hp=52b0e703307429c4745a1c97e00af465eb338409;hpb=c5b0750518740054929b551285747bf9524b6803;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 52b0e7033..4bfefaabd 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -53,7 +53,7 @@ [%- IF INSTANCE_CONF.get_webdav %]
  • [% 'WebDAV' | $T8 %]
  • [%- END %] -[%- IF id %] +[%- IF id AND AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -73,7 +73,7 @@ - + @@ -92,6 +92,7 @@ + @@ -109,6 +110,9 @@ +[%- FOREACH row = HIDDENS %] + [% L.hidden_tag(row.name, row.value) %] +[%- END %]