Revision 40cfb5ee
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
templates/webpages/ap/search.html | ||
---|---|---|
33 | 33 |
</tr> |
34 | 34 |
<tr> |
35 | 35 |
<th align=right nowrap>[% 'Department' | $T8 %]</th> |
36 |
<td> |
|
37 |
[%- INCLUDE 'generic/multibox.html' |
|
38 |
name = 'department', |
|
39 |
style = 'width: 250px', |
|
40 |
DATA = ALL_DEPARTMENTS, |
|
41 |
id_key = 'id', |
|
42 |
label_key = 'description', |
|
43 |
show_empty = 1, |
|
44 |
allow_textbox = 0, |
|
45 |
-%] |
|
46 |
</td> |
|
36 |
<td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style="width: 200px") %]</td> |
|
47 | 37 |
</tr> |
48 | 38 |
<tr> |
49 | 39 |
<th align=right nowrap>[% 'Invoice Number' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Kreditorenbuchung - Abteilung nutzt immer L.select_tag als Dropdown