Revision 4a903d6d
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/do/form_header.html | ||
---|---|---|
201 | 201 |
<td colspan="3"> |
202 | 202 |
[% IF ( delivered ) %] |
203 | 203 |
[% L.hidden_tag('department_id', department_id) %] |
204 |
[% ELSE %] |
|
205 |
[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width: 250px', disabled = delivered )%] |
|
204 | 206 |
[% END %] |
205 |
[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width: 250px', disabled = delivered )%] |
|
206 | 207 |
</td> |
207 | 208 |
</tr> |
208 | 209 |
[%- END %] |
Auch abrufbar als: Unified diff
do/form_header.html: Element »department_id« nicht doppelt ausgeben