X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec%2F_filter.html;h=19c03dae08fe7a379118f16f48e0b6abcfc2d214;hb=915e14b7f4a22384a3cd6ca744401474525dd301;hp=be59c7d879a56c218cecccb7a5296900bd980bf5;hpb=d19e3929992900d4783d796d249b793655a2f86f;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec/_filter.html b/templates/webpages/requirement_spec/_filter.html index be59c7d87..19c03dae0 100644 --- a/templates/webpages/requirement_spec/_filter.html +++ b/templates/webpages/requirement_spec/_filter.html @@ -35,12 +35,16 @@ [% LxERP.t8("Requirement Spec Status") %] - [% L.select_tag('filter.status_id', SELF.statuses, default=filter.status_id, title_key="description", with_empty=1) %] + [% L.select_tag('filter.status_id[]', SELF.statuses, default=filter.status_id_, title_key="description", multiple=1) %][%# NOTE: the trailing '_' is NOT a mistake -- look at SL::Controller::Helper::Filtered for the explanation! %] - [% LxERP.t8("Project") %] - [% L.select_tag('filter.project_id', SELF.projects, default=filter.project_id, title_key="full_description", with_empty=1) %] + [% LxERP.t8("Project Number") %] + [% L.input_tag('filter.project.projectnumber:substr::ilike', filter.project.projectnumber_substr__ilike) %] + + + [% LxERP.t8("Project Description") %] + [% L.input_tag('filter.project.description:substr::ilike', filter.project.description_substr__ilike) %] [%- END %]