X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2F_filter.html;h=3bd19805207e373da1055f79167a9eef3da47d90;hb=ad033a768bbe46566afa159008c42ff7fc6bb35a;hp=27fb84b84a054657d9aae3b88befbc3c65d2a07f;hpb=bcb43619d8eb7088e0b6975d356c569d167f505c;p=kivitendo-erp.git diff --git a/templates/webpages/project/_filter.html b/templates/webpages/project/_filter.html index 27fb84b84..3bd198052 100644 --- a/templates/webpages/project/_filter.html +++ b/templates/webpages/project/_filter.html @@ -11,7 +11,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') %] @@ -21,12 +21,12 @@ [% 'Project Type' | $T8 %] - [% L.select_tag('filter.project_type_id', SELF.ALL_PROJECT_TYPES, default=filter.project_type_id, title_key='description', with_empty=1) %] + [% L.select_tag('filter.project_type_id', SELF.project_types, default=filter.project_type_id, title_key='description', with_empty=1, style="width: 200px") %] [% 'Project Status' | $T8 %] - [% L.select_tag('filter.project_status_id', SELF.ALL_PROJECT_STATUS, default=filter.project_status_id, title_key='description', with_empty=1) %] + [% L.select_tag('filter.project_status_id', SELF.project_statuses, default=filter.project_status_id, title_key='description', with_empty=1, style="width: 200px") %] [% CUSTOM_VARIABLES_FILTER_CODE %]