Revision c6b33512
Von Cem Aydin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/oe/search.html | ||
---|---|---|
10 | 10 |
[% SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %] |
11 | 11 |
[% SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %] |
12 | 12 |
[% SET vcdefault = 'old' _ vc %] |
13 |
[% SET style="width: 250px" %] |
|
14 | 13 |
|
15 | 14 |
<form method="post" action="oe.pl" id="form"> |
16 | 15 |
|
... | ... | |
68 | 67 |
</tr> |
69 | 68 |
<tr> |
70 | 69 |
<th>[% 'Internal Notes' | $T8 %]</th> |
71 |
<td>[% L.input_tag('intnotes', '', style=style) %]</td>
|
|
70 |
<td>[% L.input_tag('intnotes', '', class="wi-lightwide") %]</td>
|
|
72 | 71 |
</tr> |
72 |
<tr> |
|
73 |
<th>[% 'Phone Notes' | $T8 %]</th> |
|
74 |
<td>[% L.input_tag('phone_notes', '', class="wi-lightwide") %]</td> |
|
75 |
</tr> |
|
76 |
[%- IF type == 'sales_order' %] |
|
77 |
<tr> |
|
78 |
<th>[% 'Full Text' | $T8 %]</th> |
|
79 |
<td>[% L.input_tag('fulltext', '', class="wi-lightwide") %]</td> |
|
80 |
</tr> |
|
81 |
[%- END %] |
|
73 | 82 |
<tr> |
74 | 83 |
<th>[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th> |
75 | 84 |
<td>[% L.date_tag('transdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto','', class='wi-date') %]</td> |
... | ... | |
148 | 157 |
</tr> |
149 | 158 |
<tr> |
150 | 159 |
<th>[% 'Status' | $T8 %]</th> |
151 |
<td>[% L.select_tag('order_status_id', ALL_ORDER_STATUSES, default = order_status_id, title_key = 'name', with_empty = 1, style=style) %]</td>
|
|
160 |
<td>[% L.select_tag('order_status_id', ALL_ORDER_STATUSES, default = order_status_id, title_key = 'name', with_empty = 1, class="wi-lightwide") %]</td>
|
|
152 | 161 |
</tr> |
153 | 162 |
[% IF type == 'sales_order' OR type == 'purchase_order' %] |
154 | 163 |
<tr> |
Auch abrufbar als: Unified diff
design40: oe/search.html aktualisiert
- 2d51ec2 Telefonnotizen: in Berichten Angebot/Auftrag filtern können.
- style=style durch class="wi-lightwide" ersetzt