X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;h=52cd78221ae3929e922bfeefb079a86a3ce24042;hb=85c4af4a97e002a6ec7804c7fb28d3c4c0972398;hp=7162e11132e458e74037d0cd84e1ea6183505ad8;hpb=5f68c97560deb16f78ab3331e13e692981bc2c1e;p=kivitendo-erp.git diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 7162e1113..52cd78221 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -2,9 +2,9 @@ [%- USE L %][%- USE P %] [%- USE HTML %][%- USE LxERP %] -[%- INCLUDE 'common/flash.html' %] +

[% title %]

-
[% title %]
+[%- INCLUDE 'common/flash.html' %]
[% L.hidden_tag("callback", callback) %] @@ -26,7 +26,7 @@ - + @@ -42,13 +42,13 @@ - - + + - + @@ -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') %]
[% 'Type' | $T8 %][% L.input_tag('project.type', SELF.project.type, size=60) %][% 'Project Type' | $T8 %][% L.select_tag('project.project_type_id', ALL_PROJECT_TYPES, default=SELF.project.project_type_id, title_key='description', style='width: 300px') %]
[% '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') %]