Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5ceae70b

Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt

  • ID 5ceae70b4d784bc874f4d5b8deca8064d00a8615
  • Vorgänger 315bb725
  • Nachfolger 9a3c56c2

Menüvereinheitlichung: »Ein-/Verkauf« → »…Auftrag (experimentall)« umgestellt

Unterschiede anzeigen:

bin/mozilla/oe.pl
37 37
use POSIX qw(strftime);
38 38

  
39 39
use SL::DB::Order;
40
use SL::Controller::Order;
40 41
use SL::DO;
41 42
use SL::FU;
42 43
use SL::OE;
......
467 468
          link => 'oe.pl?action=add&type=' . E($::form->{type}),
468 469
        ],
469 470

  
471
        link => [
472
          t8('Add (experimental)'),
473
          link    => SL::Controller::Order->new->url_for(action => 'add', type => $::form->{type}),
474
          only_if => $::form->{type} =~ m{_order$},
475
        ],
476

  
470 477
        action => [
471 478
          t8('Merge selected entries into new order'),
472 479
          submit  => [ '#form', { action => 'edit' } ],

Auch abrufbar als: Unified diff