Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5dc8067b

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 5dc8067bfb51dc5ec6e608287ec8f7b63856933d
  • Vorgänger 25ca3f8a
  • Nachfolger 430ff87e

EmailJournal: Report: Sortiere nach verknüpften Emails

Unterschiede anzeigen:

SL/Controller/EmailJournal.pm
531 531
      sent_on         => t8('Sent on'),
532 532
      status          => t8('Status'),
533 533
      extended_status => t8('Extended status'),
534
      linked          => t8('Linked'),
534 535
    },
535 536
  );
536 537
}
......
551 552
                       @filters;
552 553

  
553 554
  my %status = (
554
    send_failed => $::locale->text('send failed'),
555
    sent        => $::locale->text('sent'),
556
    imported    => $::locale->text('imported'),
555
    send_failed     => $::locale->text('send failed'),
556
    sent            => $::locale->text('sent'),
557
    imported        => $::locale->text('imported'),
558
    record_imported => $::locale->text('record imported'),
557 559
  );
558 560
  push @filter_strings, $status{ $filter->{'status:eq_ignore_empty'} } if $filter->{'status:eq_ignore_empty'};
559 561

  

Auch abrufbar als: Unified diff