summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorPau <pau.risa@gmail.com>2016-03-18 17:51:36 +0100
committerPau <pau.risa@gmail.com>2016-03-18 17:51:36 +0100
commit3f3498164c97bbb6a5eccc04b46e8c3f539cb217 (patch)
treeece297c7ec159f2fe29fa66ceac8031efacc22ed /apps/files_external/templates
parenta6c921267e00d0fb5021e8bdbd4d202931d7a58a (diff)
downloadnextcloud-server-3f3498164c97bbb6a5eccc04b46e8c3f539cb217.tar.gz
nextcloud-server-3f3498164c97bbb6a5eccc04b46e8c3f539cb217.zip
Fixed hidden settings and delete icons
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 697a145131c..feccd2a4e45 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -124,7 +124,7 @@
</td>
<?php endif; ?>
<td class="mountOptionsToggle hidden">
- <img class="svg action"
+ <img class="svg"
title="<?php p($l->t('Advanced settings')); ?>"
alt="<?php p($l->t('Advanced settings')); ?>"
src="<?php print_unescaped(image_path('core', 'actions/settings.svg')); ?>"
@@ -132,7 +132,7 @@
<input type="hidden" class="mountOptions" value="" />
</td>
<td class="hidden">
- <img class="svg action"
+ <img class="svg"
alt="<?php p($l->t('Delete')); ?>"
title="<?php p($l->t('Delete')); ?>"
src="<?php print_unescaped(image_path('core', 'actions/delete.svg')); ?>"