Revision 52e195fc
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
templates/webpages/price_rule/_filter.html | ||
---|---|---|
40 | 40 |
[% L.hidden_tag('page', FORM.page) %] |
41 | 41 |
[% L.input_tag('action_list', LxERP.t8('Continue'), type = 'submit', class='submit')%] |
42 | 42 |
|
43 |
<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);$("#filter_table select").val("")'>[% 'Reset' | $T8 %]</a>
|
|
43 |
<a onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);$("#filter_table select").val("")'>[% 'Reset' | $T8 %]</a> |
|
44 | 44 |
|
45 | 45 |
</div> |
46 | 46 |
|
Auch abrufbar als: Unified diff
PriceRule: filter reset sollte auch dropdowns resetten