diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2022-12-23 11:27:07 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-12-23 11:27:07 +0000 |
| commit | a66e2bee39f4425c580ef90d788167056625cbd2 (patch) | |
| tree | 971bca3aa5460c01795c22b6a9828a1bad32ad48 /templates/contentbar | |
| parent | 82616db2982a20818775d86180c1045f9e58aac1 (diff) | |
Resolve "Polishing für die neue responsive Navigation"
Closes #1939, #1948, #1927, #1934, #1935, #1928, #1945, #1954, #1922, #1925, #1932, #1921, #1929, and #1923
Merge request studip/studip!1263
Diffstat (limited to 'templates/contentbar')
| -rw-r--r-- | templates/contentbar/contentbar.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/contentbar/contentbar.php b/templates/contentbar/contentbar.php index dcdeeb8..9183516 100644 --- a/templates/contentbar/contentbar.php +++ b/templates/contentbar/contentbar.php @@ -24,7 +24,8 @@ <? endif ?> <div class="contentbar-button-wrapper contentbar-consuming-mode-wrapper"> - <button class="contentbar-button contentbar-button-zoom consuming_mode_trigger"></button> + <button class="contentbar-button contentbar-button-zoom consuming_mode_trigger" + title="<?= _('Fokusmodus ein-/ausschalten') ?>"></button> </div> <? if ($actionMenu) : ?> |
