Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e2ad43da

Von Sven Schöling vor fast 8 Jahren hinzugefügt

  • ID e2ad43dab7d941a27dcdc67b809eb76c938a5845
  • Vorgänger 72d64df1
  • Nachfolger 112eb7bb

accesseky enter

Unterschiede anzeigen:

bin/mozilla/ir.pl
304 304
  for my $bar ($::request->layout->get('actionbar')) {
305 305
    $bar->add_actions([ t8('Update'),
306 306
      submit => [ '#form', { action_update         => 1 } ],
307
      id => 'update_button',
308
      accesskey => '13',
307 309
    ]);
308 310
    $bar->add_actions("combobox");
309 311
    $bar->actions->[-1]->add_actions([ t8('Post'),
bin/mozilla/is.pl
367 367
    $bar->add_actions([ t8('Update'),
368 368
      submit => [ '#form', { action_update         => 1 } ],
369 369
      disabled => !$::form->{id} && $::form->{locked},
370
      id => 'update_button',
371
      accesskey => '13',
370 372
    ]);
371 373
    $bar->add_actions("combobox");
372 374
    $bar->actions->[-1]->add_actions([ t8('Post'),
bin/mozilla/oe.pl
455 455
  for my $bar ($::request->layout->get('actionbar')) {
456 456
    $bar->add_actions([ t8('Update'),
457 457
      submit => [ '#form', { action_update         => 1 } ],
458
      id => 'update_button',
459
      accesskey => 'enter',
458 460
    ]);
459 461
    $bar->add_actions("combobox");
460 462
    $bar->actions->[-1]->add_actions([ t8('Save'),

Auch abrufbar als: Unified diff