]> wagnertech.de Git - mfinanz.git/commitdiff
accesseky enter
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 26 Oct 2016 13:38:11 +0000 (15:38 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:04:33 +0000 (10:04 +0100)
bin/mozilla/ir.pl
bin/mozilla/is.pl
bin/mozilla/oe.pl

index 37c498f02f6bf5bbbef861570ae1a537925e2e09..1a06a6bc977c48da7d36b716cce1ae1cc7173b13 100644 (file)
@@ -304,6 +304,8 @@ sub form_header {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add_actions([ t8('Update'),
       submit => [ '#form', { action_update         => 1 } ],
+      id => 'update_button',
+      accesskey => '13',
     ]);
     $bar->add_actions("combobox");
     $bar->actions->[-1]->add_actions([ t8('Post'),
index 3f0f15d3cacb4b10dbfc014dde5d37444a455eea..64e8d2ff14016bdde8b78dfc07f125390e391f5b 100644 (file)
@@ -367,6 +367,8 @@ sub form_header {
     $bar->add_actions([ t8('Update'),
       submit => [ '#form', { action_update         => 1 } ],
       disabled => !$::form->{id} && $::form->{locked},
+      id => 'update_button',
+      accesskey => '13',
     ]);
     $bar->add_actions("combobox");
     $bar->actions->[-1]->add_actions([ t8('Post'),
index b6ff56518faffc3396122f8bdc8247a636190cf7..f771da89b8d9d35692c43182d954e3c4f85139ed 100644 (file)
@@ -455,6 +455,8 @@ sub form_header {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add_actions([ t8('Update'),
       submit => [ '#form', { action_update         => 1 } ],
+      id => 'update_button',
+      accesskey => 'enter',
     ]);
     $bar->add_actions("combobox");
     $bar->actions->[-1]->add_actions([ t8('Save'),