Revision 9c0b55ba
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
569 | 569 |
for my $bar ($::request->layout->get('actionbar')) { |
570 | 570 |
$bar->add( |
571 | 571 |
action => [ |
572 |
t8('Continue'),
|
|
572 |
t8('Search'),
|
|
573 | 573 |
submit => [ '#form', { action => "show_invoices" } ], |
574 | 574 |
accesskey => 'enter', |
575 | 575 |
], |
... | ... | |
583 | 583 |
for my $bar ($::request->layout->get('actionbar')) { |
584 | 584 |
$bar->add( |
585 | 585 |
action => [ |
586 |
t8('Continue'),
|
|
586 |
t8('Create'),
|
|
587 | 587 |
submit => [ '#form', { action => "save_dunning" } ], |
588 | 588 |
checks => [ [ 'kivi.check_if_entries_selected', '[name^=active_]' ] ], |
589 | 589 |
accesskey => 'enter', |
... | ... | |
599 | 599 |
for my $bar ($::request->layout->get('actionbar')) { |
600 | 600 |
$bar->add( |
601 | 601 |
action => [ |
602 |
t8('Continue'),
|
|
602 |
t8('Search'),
|
|
603 | 603 |
submit => [ '#form', { action => "show_dunning" } ], |
604 | 604 |
accesskey => 'enter', |
605 | 605 |
], |
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei Mahnungen standardisiert
• »Weiter« → »Suchen«
• »Weiter« → »Anlegen«