Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e2ad43da

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

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

accesseky enter

Unterschiede anzeigen:

bin/mozilla/ir.pl
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'),
bin/mozilla/is.pl
$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'),
bin/mozilla/oe.pl
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'),

Auch abrufbar als: Unified diff