X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6dbc83af32ca1bded29101903d98d8656113801e..ba52ee60:/templates/webpages/project/form.html 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') %]