diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-09-13 14:59:00 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-09-13 14:59:00 +0000 |
| commit | 417b56d720154cd101991bafa363a76d94183f61 (patch) | |
| tree | 171794b91173ab1f0b79d45ba338b0df00360283 /app/controllers/wysiwyg.php | |
| parent | 18abcfcf4351f9174b43fa57164fed5de5fd55a3 (diff) | |
restore a11yhelp_action(), fixes #1578
Closes #1578
Merge request studip/studip!1006
Diffstat (limited to 'app/controllers/wysiwyg.php')
| -rw-r--r-- | app/controllers/wysiwyg.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/controllers/wysiwyg.php b/app/controllers/wysiwyg.php index cb07e6f..13a8aa1 100644 --- a/app/controllers/wysiwyg.php +++ b/app/controllers/wysiwyg.php @@ -120,4 +120,13 @@ class WysiwygController extends AuthenticatedController } $this->render_json($response); // send HTTP response to client } + + /** + * Display the WYSIWYG editor's help window. + */ + public function a11yhelp_action() + { + // nothing to do + PageLayout::setTitle(_('Hilfe zur Bedienung des Editors')); + } } |
