mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-30 05:24:09 +01:00
use SVG icon instead of PNG by default
This commit is contained in:
parent
41fc78234d
commit
df86da033e
@ -36,7 +36,7 @@ function bookmarklet(){
|
||||
<div id="bookmark_settings" class="">
|
||||
<ul class="controls">
|
||||
<li id="settingsbtn" title="<?php p($l->t('Settings')); ?>">
|
||||
<img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/settings.png')); ?>"
|
||||
<img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/settings.svg')); ?>"
|
||||
alt="<?php p($l->t('Settings')); ?>" />
|
||||
</li>
|
||||
</ul>
|
||||
@ -63,4 +63,4 @@ function bookmarklet(){
|
||||
</div>
|
||||
<script type="text/javascript" src="<?php print_unescaped(OC_Helper::linkTo('bookmarks/js', 'full_tags.php'));?>"></script>
|
||||
|
||||
<?php require 'js_tpl.php';?>
|
||||
<?php require 'js_tpl.php';?>
|
||||
|
Loading…
Reference in New Issue
Block a user