Revision f0747a2f
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
templates/webpages/gl/search.html | ||
---|---|---|
18 | 18 |
<th align=right>[% 'Source' | $T8 %]</th> |
19 | 19 |
<td><input name=source size=20></td> |
20 | 20 |
</tr> |
21 |
[%- IF all_departments %]
|
|
21 |
[%- IF ALL_DEPARTMENTS %]
|
|
22 | 22 |
<tr> |
23 | 23 |
<th align=right nowrap>[% 'Department' | $T8 %]</th> |
24 |
<td colspan=3>[% L.select_tag('department', all_departments, value_title_sub = \department_label, with_empty = 1) %]</td>
|
|
24 |
<td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %]</td>
|
|
25 | 25 |
</tr> |
26 | 26 |
[%- END %] |
27 | 27 |
<tr> |
Auch abrufbar als: Unified diff
Dialogbuchen - Abteilung nutzt immer L.select_tag als Dropdown