Revision 5c833ab8
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/Controller/EmailJournal.pm | ||
|---|---|---|
|
sent_on => t8('Sent on'),
|
||
|
status => t8('Status'),
|
||
|
extended_status => t8('Extended status'),
|
||
|
linked => t8('Linked'),
|
||
|
},
|
||
|
);
|
||
|
}
|
||
| ... | ... | |
|
@filters;
|
||
|
|
||
|
my %status = (
|
||
|
send_failed => $::locale->text('send failed'),
|
||
|
sent => $::locale->text('sent'),
|
||
|
imported => $::locale->text('imported'),
|
||
|
send_failed => $::locale->text('send failed'),
|
||
|
sent => $::locale->text('sent'),
|
||
|
imported => $::locale->text('imported'),
|
||
|
record_imported => $::locale->text('record imported'),
|
||
|
);
|
||
|
push @filter_strings, $status{ $filter->{'status:eq_ignore_empty'} } if $filter->{'status:eq_ignore_empty'};
|
||
|
|
||
Auch abrufbar als: Unified diff
EmailJournal: Report: Sortiere nach verknüpften Emails