Revision 3a755957
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
templates/webpages/project/search.html | ||
---|---|---|
28 | 28 |
|
29 | 29 |
<tr> |
30 | 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> |
|
31 |
<td>[% L.select_tag('filter.project_type_id', SELF.ALL_PROJECT_TYPES, default=filter.project_type_id, title_key='description', with_empty=1) %]</td> |
|
32 |
</tr> |
|
33 |
|
|
34 |
<tr> |
|
35 |
<th align="right">[% 'Project Status' | $T8 %]</th> |
|
36 |
<td>[% L.select_tag('filter.project_status_id', SELF.ALL_PROJECT_STATUS, default=filter.project_status_id, title_key='description', with_empty=1) %]</td> |
|
32 | 37 |
</tr> |
33 | 38 |
|
34 | 39 |
[% CUSTOM_VARIABLES_FILTER_CODE %] |
Auch abrufbar als: Unified diff
Status in der Projektverwaltung