]> source.dussan.org Git - nextcloud-server.git/commitdiff
enable SVG->PNG fallback for 'New' menu
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 13:48:54 +0000 (14:48 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 13:48:54 +0000 (14:48 +0100)
apps/files/templates/index.php

index 5b0bad7f3418fabff253ac34a812dcc2d5eb2b43..34acd9c4f51260745a43324c6293380501c560b1 100644 (file)
@@ -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>