X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fproject%2Fform.html;h=f046132f5c4d240eefc40df841b4bbdba54a73c0;hb=a3fbb2f841cb533264f1b3c839f7ded19cdeca6c;hp=2ea52bc8f7bc0f8e2a9bc78334fc3b35fb7577b7;hpb=7f8599c0909affd56ad82fd842015bb51c6a3dbf;p=kivitendo-erp.git diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 2ea52bc8f..f046132f5 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,21 +10,23 @@ [% L.hidden_tag("callback", callback) %] [% L.hidden_tag("id", SELF.project.id) %] - +
+ -
- -
+
- + @@ -46,7 +48,7 @@ - + @@ -61,12 +63,10 @@ [%- END %]
[% 'Number' | $T8 %][% L.input_tag("project.projectnumber", SELF.project.projectnumber, size=60) %][% L.input_tag("project.projectnumber", SELF.project.projectnumber, size=60, class='initial_focus') %]
[% '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') %]

- -