X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dcef8eb00b07cf85be6fe9f97e233b3e1d4847db..b30eacc6bbc6f:/templates/webpages/project/form.html diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index b8343fb39..67df852e4 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -17,6 +17,9 @@ [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • [%- END %] + [%- IF SELF.may_edit_invoice_permissions %] +
  • [% 'Permissions for invoices' | $T8 %]
  • + [%- END %] [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -32,6 +35,12 @@ [%- END %] + [%- IF SELF.may_edit_invoice_permissions %] +
    + [%- PROCESS 'project/_invoice_permissions.html' %] +
    + [%- END %] + [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
    [%- PROCESS 'project/_linked_records.html' records=SELF.linked_records %]