Revision e2ad43da
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
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
accesseky enter