From 00acb0ce26390622705950573965d37848b834d5 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Mon, 10 Mar 2025 10:25:14 +0000 Subject: confirm resetting all start page widgets, fixes #5357 Closes #5357 Merge request studip/studip!4027 --- app/controllers/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/start.php b/app/controllers/start.php index eefc3f6..71152b1 100644 --- a/app/controllers/start.php +++ b/app/controllers/start.php @@ -79,7 +79,8 @@ class StartController extends AuthenticatedController $actions->addLink( _('Standard wiederherstellen'), $this->url_for('start/reset'), - Icon::create('accept') + Icon::create('accept'), + ['data-confirm' => _('Sollen wirklich alle Widgets auf den Standard zurückgesetzt werden?')] ); // Root may set initial positions -- cgit v1.0