X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fsearch.html;h=a4a2d82aa2f57a46cc7707af9e9c9df32e2efa18;hb=13a7879c8ccbd967869e2eeeae76065c6cb4c4f0;hp=23c9fe8dec59a3ad8dc91a02e02f6950d2ed5866;hpb=3a75595770104d5884cab26c57f00e33535ba050;p=kivitendo-erp.git diff --git a/templates/webpages/project/search.html b/templates/webpages/project/search.html index 23c9fe8de..a4a2d82aa 100644 --- a/templates/webpages/project/search.html +++ b/templates/webpages/project/search.html @@ -10,56 +10,7 @@
[% 'Search projects' | $T8 %]

- - - - - - - - - - - - - - - - - - - - - - - - - - - [% CUSTOM_VARIABLES_FILTER_CODE %] - - - - - -
[% '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, class='initial_focus') %]
[% 'Customer' | $T8 %][% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size=60) %]
[% '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) %]
[% '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) %]
[% 'Include in Report' | $T8 %] - - - - - - - - - - - - - - [% CUSTOM_VARIABLES_INCLUSION_CODE %] - -
[% L.select_tag('filter.active', [ [ 'active', LxERP.t8('Active') ], [ 'inactive', LxERP.t8('Inactive') ], [ 'both', LxERP.t8('Both') ] ], default=filter.active, style="width: 200px") %]
[% L.select_tag('filter.valid', [ [ 'valid', LxERP.t8('Valid') ], [ 'invalid', LxERP.t8('Invalid') ], [ 'both', LxERP.t8('Both') ] ], default=filter.valid, style="width: 200px") %]
[% L.select_tag('filter.status', [ [ 'all', LxERP.t8('All') ], [ 'orphaned', LxERP.t8('Orphaned') ] ], default=filter.status, style="width: 200px") %]
-
+[%- INCLUDE 'project/_filter.html' %]