X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2F_filter.html;h=5a522264ab1560ae71b30babcffc93cecd2077e7;hb=1ccc89c81f95c77ec583c973dec38b56177c81ab;hp=27fb84b84a054657d9aae3b88befbc3c65d2a07f;hpb=bcb43619d8eb7088e0b6975d356c569d167f505c;p=kivitendo-erp.git diff --git a/templates/webpages/project/_filter.html b/templates/webpages/project/_filter.html index 27fb84b84..5a522264a 100644 --- a/templates/webpages/project/_filter.html +++ b/templates/webpages/project/_filter.html @@ -3,7 +3,7 @@ [%- USE L %] [%- USE LxERP %] - +
@@ -11,7 +11,7 @@ - + @@ -21,12 +21,12 @@ - + - + [% CUSTOM_VARIABLES_FILTER_CODE %] @@ -53,3 +53,5 @@
[% 'Number' | $T8 %] [% L.input_tag('filter.projectnumber:substr::ilike', filter.projectnumber_substr__ilike, size=60) %]
[% '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') %]
[% '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") %]
+ +[% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset')) %]