moved skins/icon to assets/common/images/icons

This commit is contained in:
Florian BLOUET
2015-11-17 16:32:35 +01:00
parent f186091823
commit 0e97e4a0ae
368 changed files with 291 additions and 291 deletions

View File

@@ -12,7 +12,7 @@
<div id="pub_icon">
<div class="thumb_wrapper">
<img id="img_before" src="{% if feed.getIconUrl() == false %}
/skins/icons/rss32.gif
/assets/common/images/icons/rss32.gif
{% else %}
/custom/feed_{{ feed.getId() }}.jpg
{% endif %}" />
@@ -190,7 +190,7 @@
* html .ui-autocomplete {
height: 200px;
}
.ui-autocomplete-loading { background: white url('/skins/icons/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-autocomplete-loading { background: white url('/assets/common/images/icons/ui-anim_basic_16x16.gif') right center no-repeat; }
</style>
<script type="text/javascript">
$(document).ready(function(){

View File

@@ -65,7 +65,7 @@
<div style="border:1px solid #ccc; width:22px; height:22px; margin:2px;">
<a href="{{ path('admin_feeds_feed', { 'id' : feed.getId() }) }}">
<img src="{% if feed.getIconUrl() == false %}
/skins/icons/rss32.gif
/assets/common/images/icons/rss32.gif
{% else %}
/custom/feed_{{ feed.getId() }}.jpg
{% endif %}" id="pub_icon" style="margin:3px; width:16px; height:16px;"/>
@@ -86,7 +86,7 @@
</td>
<td valign="center" align="center">
{% if feed.isPublic() %}
<img src="/skins/icons/ligth-on.png" title="{{ 'This feed is public' | trans }}"/>
<img src="/assets/common/images/icons/ligth-on.png" title="{{ 'This feed is public' | trans }}"/>
{% endif %}
</td>
<td valign="center" align="center">