X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;h=5e25f8e77a6f184e1543bd39240b68d8ea82f6fc;hb=59e3b9a9b52a94beb8b17f38743bc60c4372c401;hp=c93a768c7003a07430a994aff94f8ff318bdc6ca;hpb=1600ef672b02029ef3bb2ab940c0954820ef47b3;p=kivitendo-erp.git diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index c93a768c7..5e25f8e77 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -17,7 +17,7 @@ [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • [%- END %] - [%- IF SELF.project.id %] + [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -32,7 +32,7 @@ [%- END %] - [%- IF SELF.project.id %] + [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
    [%- PROCESS 'project/_linked_records.html' records=SELF.linked_records %]