diff options
Diffstat (limited to 'app/controllers/my_institutes.php')
| -rw-r--r-- | app/controllers/my_institutes.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/controllers/my_institutes.php b/app/controllers/my_institutes.php index 31e25a6..bf9d646 100644 --- a/app/controllers/my_institutes.php +++ b/app/controllers/my_institutes.php @@ -109,7 +109,13 @@ class MyInstitutesController extends AuthenticatedController $links->addLink( _('Alles als gelesen markieren'), $this->tabularasaURL(time()), - Icon::create('accept') + Icon::create('accept'), + [ + 'data-confirm' => implode("\n", [ + _('Sie sind dabei alle Einrichtungen auf gelesen zu setzen.'), + _('Diesen Schritt können sie nicht rückgängig machen.') + ]), + ] ); } if ($GLOBALS['perm']->have_perm('dozent') && count($institutes) > 0) { |
