Revision 8ec41406
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Controller/EmailJournal.pm | ||
---|---|---|
128 | 128 |
@filters; |
129 | 129 |
|
130 | 130 |
my %status = ( |
131 |
failed => $::locale->text('failed'), |
|
132 |
ok => $::locale->text('succeeded'), |
|
131 |
send_failed => $::locale->text('send failed'), |
|
132 |
sent => $::locale->text('sent'), |
|
133 |
imported => $::locale->text('imported'), |
|
133 | 134 |
); |
134 | 135 |
push @filter_strings, $status{ $filter->{'status:eq_ignore_empty'} } if $filter->{'status:eq_ignore_empty'}; |
135 | 136 |
|
Auch abrufbar als: Unified diff
Anpassung für geänderten EmailJournal-Status