diff options
Diffstat (limited to 'app/views/admin/mailqueue/showoldqueue.php')
| -rw-r--r-- | app/views/admin/mailqueue/showoldqueue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/mailqueue/showoldqueue.php b/app/views/admin/mailqueue/showoldqueue.php index f11d923..40b9c50 100644 --- a/app/views/admin/mailqueue/showoldqueue.php +++ b/app/views/admin/mailqueue/showoldqueue.php @@ -29,7 +29,7 @@ <td data-sort-value="<?= $queue_entry->last_try ?>"><? if ($queue_entry->last_try != 0) echo htmlReady(date('d.m.Y H:i', $queue_entry->last_try)) ?></td> <td> <? $actionmenu = ActionMenu::get(); ?> - <? $actionmenu->addLink(PluginEngine::getURL('mailqueuevisualisation', array(), "mailqueue/delete_entry/" . $queue_entry->mail_queue_id . "/old"), + <? $actionmenu->addLink($controller->url_for('mailqueue/delete_entry/' . $queue_entry->mail_queue_id . '/old'), _('Eintrag löschen'), Icon::create('trash'), ['data-dialog' => 'size=auto']); ?> |
