Revision 0e60202e
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
32 | 32 |
</tr> |
33 | 33 |
<tr> |
34 | 34 |
<th align=right nowrap>[% 'Department' | $T8 %]</th> |
35 |
<td> |
|
36 |
[%- INCLUDE 'generic/multibox.html' |
|
37 |
name = 'department', |
|
38 |
select_name = 'department_id', |
|
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> |
|
35 |
<td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style="width: 200px") %]</td> |
|
47 | 36 |
</tr> |
48 | 37 |
<tr> |
49 | 38 |
<th align=right nowrap>[% 'Invoice Number' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Debitorenbuchung - Abteilung nutzt immer L.select_tag als Dropdown