X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f11c71e787770b5d0f4932b883b974c27f3b5dd..cdab9f5d03b9c1d529155cf3b95d227d473bfb6d:/templates/webpages/project/form.html 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 %]