Revision b10102df
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
161 | 161 |
<tr> |
162 | 162 |
<th align="right">[% 'Order probability' | $T8 %]</th> |
163 | 163 |
<td> |
164 |
[% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] |
|
164 |
[% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] [%-# '> make emacs happy %]
|
|
165 | 165 |
[% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %] |
166 | 166 |
</td> |
167 | 167 |
</tr> |
... | ... | |
220 | 220 |
<input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" class="checkbox" type="checkbox" value="Y" checked> |
221 | 221 |
<label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label> |
222 | 222 |
</td> |
223 |
[% IF is_order %] |
|
224 |
<td> |
|
225 |
<input name="l_cusordnumber" id="l_cusordnumber" class="checkbox" type="checkbox" value="Y" checked> |
|
226 |
<label for="l_cusordnumber">[% LxERP.t8("Customer Order Number") %]</label> |
|
227 |
</td> |
|
228 |
[% END %] |
|
223 | 229 |
[% IF is_order %] |
224 | 230 |
<td> |
225 | 231 |
<input name="l_cusordnumber" id="l_cusordnumber" class="checkbox" type="checkbox" value="Y" checked> |
Auch abrufbar als: Unified diff
Kosmetik: oe/search: HTML-Template: emacs glücklich machen