X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fproject%2Fform.html;h=a8d168a592ae3ae3f733e8763196c7d1dfed7c9d;hb=ec27f67783272a5fec9ddc7d3e6ae00b6db7a0a3;hp=2ea52bc8f7bc0f8e2a9bc78334fc3b35fb7577b7;hpb=7f8599c0909affd56ad82fd842015bb51c6a3dbf;p=kivitendo-erp.git 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 %] +