mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
Fix missing label of grid view toggle
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
73cf8066b4
commit
0a3875eacb
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<?php if (!$_['isIE']) { ?>
|
||||
<input type="checkbox" class="hidden-visually" id="showgridview"
|
||||
aria-label="<?php p($l->t('Toggle grid view'))?>"
|
||||
<?php if ($_['showgridview']) { ?>checked="checked" <?php } ?>/>
|
||||
<label id="view-toggle" for="showgridview" class="button <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?>"
|
||||
title="<?php p($l->t('Toggle grid view'))?>"></label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue