summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
132c52d)
• »Weiter« → »Suchen«
• »Weiter« → »Anlegen«
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
submit => [ '#form', { action => "show_invoices" } ],
accesskey => 'enter',
],
submit => [ '#form', { action => "show_invoices" } ],
accesskey => 'enter',
],
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
submit => [ '#form', { action => "save_dunning" } ],
checks => [ [ 'kivi.check_if_entries_selected', '[name^=active_]' ] ],
accesskey => 'enter',
submit => [ '#form', { action => "save_dunning" } ],
checks => [ [ 'kivi.check_if_entries_selected', '[name^=active_]' ] ],
accesskey => 'enter',
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
submit => [ '#form', { action => "show_dunning" } ],
accesskey => 'enter',
],
submit => [ '#form', { action => "show_dunning" } ],
accesskey => 'enter',
],