X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fprojects%2Fproject_form.html;h=3b6f7f45aa59d69317dbdba89b83ea0d3fab6dab;hb=5c5c1eef2ef26aa166f612d0718770488809b74b;hp=bd7921687b15fde7a193cb4dd08151bc7008c028;hpb=2b44867fc2d4e3c061c126890cc90fcaa84b6baa;p=kivitendo-erp.git diff --git a/templates/webpages/projects/project_form.html b/templates/webpages/projects/project_form.html index bd7921687..3b6f7f45a 100644 --- a/templates/webpages/projects/project_form.html +++ b/templates/webpages/projects/project_form.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE L %] -[% USE HTML %][% USE LxERP %] +[%- USE HTML %][%- USE LxERP %] [%- IF message %]

[% message %]

@@ -29,7 +29,7 @@ - + @@ -44,13 +44,25 @@ + + + + + + + + + + + + + + + [%- IF project.id %] - - + + [%- END %]
[% 'Number' | $T8 %]
[% 'Type' | $T8 %][% L.input_tag('project.type', project.type, size=60) %]
[% 'Customer' | $T8 %][% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=project.customer_id, title_key='name', style='width: 300px') %]
[% 'Valid' | $T8 %][% L.select_tag('project.valid', [ [ 1, LxERP.t8('Valid') ], [ 0, LxERP.t8('Invalid') ] ], default=project.valid, style='width: 300px') %]
  - - - [% 'Active' | $T8 %][% L.select_tag('project.active', [ [ 1, LxERP.t8('Active') ], [ 0, LxERP.t8('Inactive') ] ], default=project.valid, style='width: 300px') %]
@@ -99,7 +111,3 @@ maintab.init(); --> - - [% PROCESS 'common/help_overlay.html' %] - -