aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/mailqueue/delete_old.php
blob: 9783335a14ea4503d1dbcb4b71de619e51654762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<form action="<?= $controller->link_for("admin/mailqueue/delete_old/") ?>"
      class="default" method="post">
    <?= CSRFProtection::tokenTag() ?>
    <label>
        <span><?= _('Möchten Sie alle Einträge aus der Mailqueue löschen, die mindestens ein Jahr alt sind?') ?>
        </span>
    </label>
    <div data-dialog-button>
        <?= Studip\Button::create(_('Einträge löschen')) ?>
    </div>
</form>