Revision ca1326b0
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
templates/webpages/requirement_spec/_filter.html | ||
---|---|---|
39 | 39 |
</tr> |
40 | 40 |
|
41 | 41 |
<tr> |
42 |
<th align="right">[% LxERP.t8("Project") %]</th> |
|
43 |
<td>[% L.select_tag('filter.project_id', SELF.projects, default=filter.project_id, title_key="full_description", with_empty=1) %]</td> |
|
42 |
<th align="right">[% LxERP.t8("Project Number") %]</th> |
|
43 |
<td>[% L.input_tag('filter.project.projectnumber:substr::ilike', filter.project.projectnumber_substr__ilike) %]</td> |
|
44 |
</tr> |
|
45 |
<tr> |
|
46 |
<th align="right">[% LxERP.t8("Project Description") %]</th> |
|
47 |
<td>[% L.input_tag('filter.project.description:substr::ilike', filter.project.description_substr__ilike) %]</td> |
|
44 | 48 |
</tr> |
45 | 49 |
[%- END %] |
46 | 50 |
</table> |
Auch abrufbar als: Unified diff
RequirementSpecs: Projekte nicht als Dropdown sondern als Input-Filter