Revision 111ae012
Von Sven Schöling vor etwa 4 Jahren hinzugefügt
templates/webpages/ir/form_header.html | ||
---|---|---|
172 | 172 |
</tr> |
173 | 173 |
<tr> |
174 | 174 |
<th align="right" nowrap>[% 'Project Number' | $T8 %]</th> |
175 |
<td>[%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]</td>
|
|
175 |
<td>[% P.project.picker('globalproject_id', globalproject_id, onchange="document.getElementById('update_button').click();") %]</td>
|
|
176 | 176 |
</tr> |
177 | 177 |
</table> |
178 | 178 |
</td> |
Auch abrufbar als: Unified diff
IR: Projekt Picker für globalproject_id