Revision dd2ee66b
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
39 | 39 |
[%- IF ALL_DEPARTMENTS.size %] |
40 | 40 |
<tr> |
41 | 41 |
<th align="right" nowrap>[% 'Department' | $T8 %]</th> |
42 |
<td colspan="3"> |
|
43 |
[%- INCLUDE 'generic/multibox.html' |
|
44 |
name = 'department_id', |
|
45 |
style = 'width: 250px', |
|
46 |
DATA = ALL_DEPARTMENTS, |
|
47 |
id_key = 'id', |
|
48 |
label_key = 'description', |
|
49 |
limit = MYCONFIG.vclimit, |
|
50 |
show_empty = 1, |
|
51 |
allow_textbox = 1, |
|
52 |
-%] |
|
53 |
</td> |
|
42 |
<td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style="width: 250px") %]</td> |
|
54 | 43 |
</tr> |
55 | 44 |
[%- END %] |
56 | 45 |
<tr> |
Auch abrufbar als: Unified diff
Aufträge - Abteilung per ALL_DEPARTMENTS und L.select_tag