Revision 8a2d9daf
Von Sven Schöling vor fast 13 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[%- USE L %] |
|
2 | 3 |
<body> |
3 | 4 |
|
4 | 5 |
<form method=post name="search" action=[% script %]> |
... | ... | |
51 | 52 |
</tr> |
52 | 53 |
<tr> |
53 | 54 |
<th align="right">[% 'Employee' | $T8 %]</th> |
54 |
<td> |
|
55 |
[%- INCLUDE 'generic/multibox.html' |
|
56 |
name = 'employee_id', |
|
57 |
style = 'width: 250px', |
|
58 |
DATA = ALL_EMPLOYEES, |
|
59 |
id_key = 'id', |
|
60 |
label_sub = 'employee_labels', |
|
61 |
limit = vclimit, |
|
62 |
show_empty = 1, |
|
63 |
allow_textbox = 0, |
|
64 |
default = ' ', |
|
65 |
-%] |
|
66 |
</td> |
|
55 |
<td>[% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %]</td> |
|
67 | 56 |
</tr> |
68 | 57 |
<tr> |
69 | 58 |
<th align="right">[% 'Salesman' | $T8 %]</th> |
70 |
<td> |
|
71 |
[%- INCLUDE 'generic/multibox.html' |
|
72 |
name = 'salesman_id', |
|
73 |
style = 'width: 250px', |
|
74 |
DATA = ALL_SALESMEN, |
|
75 |
id_key = 'id', |
|
76 |
label_sub = 'salesman_labels', |
|
77 |
limit = vclimit, |
|
78 |
show_empty = 1, |
|
79 |
allow_textbox = 0, |
|
80 |
-%] |
|
81 |
</td> |
|
59 |
<td>[% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %]</td> |
|
82 | 60 |
</tr> |
83 | 61 |
<tr> |
84 | 62 |
<th align=right nowrap>[% 'Transaction description' | $T8 %]</th> |
Auch abrufbar als: Unified diff
gelöschte Benutzer in ar/search ausblenden