X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;h=d5bb5b887826003432cf366c0a96a7baaa1add25;hb=053d0c377df96e552ae9bc28c1c1bded0fdfacac;hp=b8343fb3925805d06ae8cdc586793f8cd5f870d8;hpb=dcef8eb00b07cf85be6fe9f97e233b3e1d4847db;p=kivitendo-erp.git diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index b8343fb39..d5bb5b887 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -17,6 +17,15 @@ [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • [%- END %] + [%- IF SELF.may_edit_invoice_permissions %] +
  • [% 'Permissions for invoices' | $T8 %]
  • + [%- END %] + [%- IF SELF.project.id %] +
  • [% 'Project Details' | $T8 %]
  • + [%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Attachments' | $T8 %]
  • + [%- END %] + [%- END %] [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -32,6 +41,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 %]