diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-04 15:17:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:07 +0200 |
commit | 872b866a694e991671230857b30c36888234ca53 (patch) | |
tree | 0579aa676a1aba3f707d6a50f1dabc9e95043165 /apps/files/templates | |
parent | c4cce1413487f5a0e870dd2139a4c624a97981fd (diff) | |
download | nextcloud-server-872b866a694e991671230857b30c36888234ca53.tar.gz nextcloud-server-872b866a694e991671230857b30c36888234ca53.zip |
Tooltip
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 0c92cf8a1d4..74821d79316 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -26,7 +26,7 @@ value="(max <?php isset($_['uploadMaxHumanFilesize']) ? p($_['uploadMaxHumanFilesize']) : ''; ?>)"> <input type="checkbox" class="hidden" id="showgridview" <?php if($_['showgridview']) { ?>checked="checked" <?php } ?>/> - <label id="view-toggle" for="showgridview" class="button view-toggle <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?> has-tooltip" title="<?php p($l->t('Toggle grid view'))?>"></label> + <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> </div> <div id="emptycontent" class="hidden"> |