Skip to content
Snippets Groups Projects
Commit 832d3c95 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

enable SVG->PNG fallback for 'New' menu

parent f88b24d5
No related branches found
No related tags found
No related merge requests found
...@@ -5,15 +5,15 @@ ...@@ -5,15 +5,15 @@
<div id="new" class="button"> <div id="new" class="button">
<a><?php p($l->t('New'));?></a> <a><?php p($l->t('New'));?></a>
<ul> <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"> data-type="file" data-newname="<?php p($l->t('New text file')) ?>.txt">
<p><?php p($l->t('Text file'));?></p> <p><?php p($l->t('Text file'));?></p>
</li> </li>
<li class="icon-filetype-folder" <li class="icon-filetype-folder svg"
data-type="folder" data-newname="<?php p($l->t('New folder')) ?>"> data-type="folder" data-newname="<?php p($l->t('New folder')) ?>">
<p><?php p($l->t('Folder'));?></p> <p><?php p($l->t('Folder'));?></p>
</li> </li>
<li class="icon-link" data-type="web"> <li class="icon-link svg" data-type="web">
<p><?php p($l->t('From link'));?></p> <p><?php p($l->t('From link'));?></p>
</li> </li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment