X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fsearch.html;h=7e6cdeea43985d3e379a08f5f8bd090d1ab049c9;hb=c364e43efab3ac6f0f0c20cd6f8f89a85ab45280;hp=44bf0d850c209527d4a749c694dbe2f6d69b5f74;hpb=f29fd47b411bf05edd62e71b5a8eae46d1e781c7;p=kivitendo-erp.git diff --git a/templates/webpages/project/search.html b/templates/webpages/project/search.html index 44bf0d850..7e6cdeea4 100644 --- a/templates/webpages/project/search.html +++ b/templates/webpages/project/search.html @@ -2,59 +2,14 @@ [%- USE HTML %] [%- USE L %] [%- USE LxERP %] +

[% 'Search projects' | $T8 %]

[%- INCLUDE 'common/flash.html' %]
-
[% '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) %]
[% 'Type' | $T8 %][% L.input_tag('filter.type:substr::ilike', filter.type_substr__ilike, size=20) %]
[% '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' %]