Revision 9c7262bf
Von Sven Schöling vor fast 11 Jahren hinzugefügt
templates/webpages/project/search.html | ||
---|---|---|
27 | 27 |
</tr> |
28 | 28 |
|
29 | 29 |
<tr> |
30 |
<th align="right">[% 'Type' | $T8 %]</th> |
|
31 |
<td>[% L.input_tag('filter.type:substr::ilike', filter.type_substr__ilike, size=20) %]</td>
|
|
30 |
<th align="right">[% 'Project Type' | $T8 %]</th>
|
|
31 |
<td>[% L.select_tag('filter.project_type_id', ALL_PROJECT_TYPES, default=filter.project_type_id, title_key='description', with_empty=1) %]</td>
|
|
32 | 32 |
</tr> |
33 | 33 |
|
34 | 34 |
[% CUSTOM_VARIABLES_FILTER_CODE %] |
Auch abrufbar als: Unified diff
Projekttypen verwaltbar gemacht