diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2023-02-06 08:36:42 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2023-02-06 08:36:42 +0000 |
| commit | cff48047b00b890600356fad29064b6a28532c2b (patch) | |
| tree | 668cde85ac93a7197249722e74ebac778ace7248 /templates/contentbar/contentbar.php | |
| parent | bf7a4a8eb3606b2447335325c29a86c3cfd90bf0 (diff) | |
Resolve ""Zweistufiger" Vollbildmodus"
Closes #2037, #1759, and #2097
Merge request studip/studip!1326
Diffstat (limited to 'templates/contentbar/contentbar.php')
| -rw-r--r-- | templates/contentbar/contentbar.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/contentbar/contentbar.php b/templates/contentbar/contentbar.php index 9183516..a6e51a3 100644 --- a/templates/contentbar/contentbar.php +++ b/templates/contentbar/contentbar.php @@ -23,11 +23,6 @@ </div> <? endif ?> - <div class="contentbar-button-wrapper contentbar-consuming-mode-wrapper"> - <button class="contentbar-button contentbar-button-zoom consuming_mode_trigger" - title="<?= _('Fokusmodus ein-/ausschalten') ?>"></button> - </div> - <? if ($actionMenu) : ?> <div class="contentbar-button-wrapper contentbar-action-menu-wrapper"> <?= $actionMenu->render() ?> |
