Revision 1bb81b07
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Controller/PriceRule.pm | ||
---|---|---|
34 | 34 |
|
35 | 35 |
my $price_rules = $self->models->get; |
36 | 36 |
|
37 |
$self->setup_search_action_bar; |
|
38 |
|
|
39 | 37 |
$self->prepare_report; |
40 | 38 |
|
41 |
$self->report_generator_list_objects(report => $self->{report}, objects => $price_rules, $::form->{inline} ? (layout => 0, header => 0) : ()); |
|
39 |
$self->report_generator_list_objects( |
|
40 |
report => $self->{report}, |
|
41 |
objects => $price_rules, |
|
42 |
layout => !$::form->{inline}, |
|
43 |
header => !$::form->{inline}, |
|
44 |
options => { |
|
45 |
action_bar_setup_hook => sub { $self->setup_search_action_bar(report_generator_actions => [ @_ ]) }, |
|
46 |
}, |
|
47 |
); |
|
42 | 48 |
} |
43 | 49 |
|
44 | 50 |
sub action_new { |
... | ... | |
316 | 322 |
accesskey => 'enter', |
317 | 323 |
], |
318 | 324 |
|
325 |
'separator', |
|
326 |
|
|
327 |
@{ $params{report_generator_actions} }, |
|
328 |
|
|
319 | 329 |
combobox => [ |
320 | 330 |
action => [ |
321 | 331 |
t8('Add'), |
Auch abrufbar als: Unified diff
Menüvereinheitlichung: »Stammdaten« → »Preisregeln«: Buttonreihenfolge angepasst