X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7f8599c0909affd56ad82fd842015bb51c6a3dbf..4bed72f:/templates/webpages/project/form.html diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 2ea52bc8f..5b2594cdb 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' %] @@ -10,16 +10,18 @@ [% L.hidden_tag("callback", callback) %] [% L.hidden_tag("id", SELF.project.id) %] - +
+ -
- -
+
@@ -46,7 +48,7 @@ - + @@ -61,12 +63,10 @@ [%- END %]
[% 'Customer' | $T8 %][% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', style='width: 300px') %][% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %]
- -
[%- IF CUSTOM_VARIABLES.size %] -
+

@@ -78,8 +78,12 @@ [%- END %]

+
+ [%- END %] -
+ [%- IF SELF.project.id %] +
+ [% P.grouped_record_list(SELF.linked_records) %]
[%- END %] @@ -96,12 +100,3 @@ [%- LxERP.t8('Abort') %]

- -