aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-27 14:48:54 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-27 14:48:54 +0100
commit832d3c954edacfc1187cc55f58eb57c542489b1c (patch)
tree464c971360a6af3e872775f43555a0d07851d346 /apps/files/templates/index.php
parentf88b24d53237ce50c2c4b4d696700dcdf59bb437 (diff)
downloadnextcloud-server-832d3c954edacfc1187cc55f58eb57c542489b1c.tar.gz
nextcloud-server-832d3c954edacfc1187cc55f58eb57c542489b1c.zip
enable SVG->PNG fallback for 'New' menu
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 5b0bad7f341..34acd9c4f51 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -5,15 +5,15 @@
<div id="new" class="button">
<a><?php p($l->t('New'));?></a>
<ul>
- <li class="icon-filetype-text"
+ <li class="icon-filetype-text svg"
data-type="file" data-newname="<?php p($l->t('New text file')) ?>.txt">
<p><?php p($l->t('Text file'));?></p>
</li>
- <li class="icon-filetype-folder"
+ <li class="icon-filetype-folder svg"
data-type="folder" data-newname="<?php p($l->t('New folder')) ?>">
<p><?php p($l->t('Folder'));?></p>
</li>
- <li class="icon-link" data-type="web">
+ <li class="icon-link svg" data-type="web">
<p><?php p($l->t('From link'));?></p>
</li>
</ul>