X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7f8599c0909affd56ad82fd842015bb51c6a3dbf..ba52ee60:/templates/webpages/project/search.html
diff --git a/templates/webpages/project/search.html b/templates/webpages/project/search.html
index e5d4ff4ac..1f3e33b3d 100644
--- a/templates/webpages/project/search.html
+++ b/templates/webpages/project/search.html
@@ -18,7 +18,7 @@
| [% 'Description' | $T8 %] |
- [% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size=60) %] |
+ [% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size=60, class='initial_focus') %] |
@@ -27,8 +27,8 @@
- | [% 'Type' | $T8 %] |
- [% L.input_tag('filter.type:substr::ilike', filter.type_substr__ilike, size=20) %] |
+ [% 'Project Type' | $T8 %] |
+ [% L.select_tag('filter.project_type_id', ALL_PROJECT_TYPES, default=filter.project_type_id, title_key='description', with_empty=1) %] |
[% CUSTOM_VARIABLES_FILTER_CODE %]