]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Letter.pm
ActionBar: Verwendung bei Briefen standardisiert
[mfinanz.git] / SL / Controller / Letter.pm
index 69e2bdf43b1c89ab0b52715a7d9a59e5c9011e6e..d0ef0c95393ddfa139f62462e3d57553e3ffb482 100644 (file)
@@ -724,15 +724,10 @@ sub setup_list_action_bar {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add(
       action => [
-        t8('Search'),
-        submit    => [ '#form', { action => 'Letter/list' } ],
-        checks    => [ 'kivi.SalesPurchase.check_required_email_fields' ],
+        t8('Update'),
+        submit    => [ '#search_form', { action => 'Letter/list' } ],
         accesskey => 'enter',
       ],
-      action => [
-        t8('Reset'),
-        call => [ 'kivi.call_jquery', '#form', 'resetForm' ],
-      ],
     );
   }
 }