X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b52b09d864eb75703562a5fdd8d2b09c66669927..41ec1a254c67a6bbd3ce97b91fb9521876a2e91b:/SL/Controller/PriceRule.pm?ds=inline diff --git a/SL/Controller/PriceRule.pm b/SL/Controller/PriceRule.pm index 2ced8edd7..2723d47af 100644 --- a/SL/Controller/PriceRule.pm +++ b/SL/Controller/PriceRule.pm @@ -38,7 +38,7 @@ sub action_list { $self->prepare_report; - $self->report_generator_list_objects(report => $self->{report}, objects => $price_rules, $::form->{inline} ? (layout => 0, header => 0) : (action_bar => 1)); + $self->report_generator_list_objects(report => $self->{report}, objects => $price_rules, $::form->{inline} ? (layout => 0, header => 0) : ()); } sub action_new { @@ -311,14 +311,10 @@ sub setup_search_action_bar { for my $bar ($::request->layout->get('actionbar')) { $bar->add( action => [ - t8('Search'), + t8('Update'), submit => [ '#search_form', { action => 'PriceRule/list' } ], accesskey => 'enter', ], - action => [ - t8('Reset'), - call => [ 'kivi.PriceRule.reset_search_form' ], - ], combobox => [ action => [