X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;h=52cd78221ae3929e922bfeefb079a86a3ce24042;hb=85c4af4a97e002a6ec7804c7fb28d3c4c0972398;hp=d243afd5a889701356b8753a3c6ba662482d986a;hpb=6dbc83af32ca1bded29101903d98d8656113801e;p=kivitendo-erp.git diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index d243afd5a..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) %] @@ -42,8 +42,8 @@ - [% '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') %]