Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f4d955b9

Von Bernd Bleßmann vor 2 Monaten hinzugefügt

  • ID f4d955b95f1719b97831e03503239ed35dec357c
  • Vorgänger 1c7da0cb
  • Nachfolger 08c9ef5b

Auftragsbericht: Aktionen für markierte Aufträge in Combobx sammeln

Unterschiede anzeigen:

bin/mozilla/oe.pl
520 520

  
521 521
  for my $bar ($::request->layout->get('actionbar')) {
522 522
    $bar->add(
523
      action => [
524
        t8('New sales order'),
525
        submit    => [ '#form', { action => 'edit' } ],
526
        checks    => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
527
        accesskey => 'enter',
528
      ],
529
      action => [
530
        t8('Convert to delivery orders'),
531
        submit => [ '#form', { action => 'convert_to_delivery_orders' } ],
532
        checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
523
      combobox => [
524
        action => [
525
          t8('Actions'),
526
        ],
527
        action => [
528
          t8('New sales order'),
529
          submit    => [ '#form', { action => 'edit' } ],
530
          checks    => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
531
        ],
532
        action => [
533
          t8('Convert to delivery orders'),
534
          submit => [ '#form', { action => 'convert_to_delivery_orders' } ],
535
          checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
536
        ],
533 537
      ],
534 538
    );
535 539
  }

Auch abrufbar als: Unified diff