X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7f8599c0909affd56ad82fd842015bb51c6a3dbf..7647d46:/templates/webpages/project/form.html diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 2ea52bc8f..a8d168a59 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -1,5 +1,5 @@ [%- USE T8 %] -[%- USE L %] +[%- USE L %][%- USE P %] [%- USE HTML %][%- USE LxERP %] [%- INCLUDE 'common/flash.html' %] @@ -15,6 +15,9 @@ [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • [%- END %] + [%- IF SELF.project.id %] +
  • [% 'Linked Records' | $T8 %]
  • + [%- END %]
    @@ -83,6 +86,15 @@
    [%- END %] + [%- IF SELF.project.id %] +
    + + [% P.grouped_record_list(SELF.linked_records) %] + +
    +
    + [%- END %] +