X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f68c97560deb16f78ab3331e13e692981bc2c1e..9e61cdfdcd3cf4eba2f3e274ed19a191bc56ff59:/templates/webpages/project/form.html diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 7162e1113..d243afd5a 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -26,7 +26,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -90,7 +90,6 @@

- [% L.online_help_tag('add_project') %] [% L.hidden_tag("action", "Project/dispatch") %] [% L.submit_tag("action_" _ (SELF.project.id ? "update" : "create"), LxERP.t8('Save')) %] [%- IF SELF.project.id %]

[% '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') %]