aboutsummaryrefslogtreecommitdiff
path: root/app/views/admission/user_list/delete.php
blob: 383cedac46940871072789f707cdc8d105f75019 (plain)
1
2
3
4
5
6
7
8
9
<?= QuestionBox::create(
    sprintf(
        _('Soll die Nutzerliste %s wirklich gelöscht werden?'),
        htmlReady($list->getName())
    ),
    $controller->deleteURL($userlist->getId(), ['really' => true]),
    $controller->deleteURL($userlist->getId(), ['cancel' => true])
)
?>