Kunden-/Lieferantenstammdaten: Kontoinhaber und Mandanten-ID bearbeiten können
[kivitendo-erp.git] / templates / webpages / project / search.html
index e5d4ff4..1f3e33b 100644 (file)
@@ -18,7 +18,7 @@
 
     <tr>
      <th align="right">[% 'Description' | $T8 %]</th>
-     <td>[% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size=60) %]</td>
+     <td>[% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size=60, class='initial_focus') %]</td>
     </tr>
 
     <tr>
@@ -27,8 +27,8 @@
     </tr>
 
     <tr>
-     <th align="right">[% 'Type' | $T8 %]</th>
-     <td>[% L.input_tag('filter.type:substr::ilike', filter.type_substr__ilike, size=20) %]</td>
+     <th align="right">[% 'Project Type' | $T8 %]</th>
+     <td>[% L.select_tag('filter.project_type_id', ALL_PROJECT_TYPES, default=filter.project_type_id, title_key='description', with_empty=1) %]</td>
     </tr>
 
     [% CUSTOM_VARIABLES_FILTER_CODE %]