Revision 8cba44f6
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Controller/PriceRule.pm | ||
---|---|---|
311 | 311 |
for my $bar ($::request->layout->get('actionbar')) { |
312 | 312 |
$bar->add( |
313 | 313 |
action => [ |
314 |
t8('Search'),
|
|
314 |
t8('Update'),
|
|
315 | 315 |
submit => [ '#search_form', { action => 'PriceRule/list' } ], |
316 | 316 |
accesskey => 'enter', |
317 | 317 |
], |
318 |
action => [ |
|
319 |
t8('Reset'), |
|
320 |
call => [ 'kivi.PriceRule.reset_search_form' ], |
|
321 |
], |
|
322 | 318 |
|
323 | 319 |
combobox => [ |
324 | 320 |
action => [ |
templates/webpages/price_rule/_filter.html | ||
---|---|---|
83 | 83 |
[%- END %] |
84 | 84 |
</td> |
85 | 85 |
</tr> |
86 |
|
|
87 | 86 |
</table> |
88 | 87 |
|
89 | 88 |
[% L.hidden_tag('sort_by', FORM.sort_by) %] |
90 | 89 |
[% L.hidden_tag('sort_dir', FORM.sort_dir) %] |
91 | 90 |
[% L.hidden_tag('page', FORM.page) %] |
92 | 91 |
|
92 |
[% L.button_tag("\$('#search_form').resetForm()", LxERP.t8("Reset")) %] |
|
93 | 93 |
</div> |
94 | 94 |
|
95 | 95 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei Preisregeln standardisiert
• »Suchen« → »Erneuern«
• »Zurücksetzen« in Form verschoben