mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
moved skins/icon to assets/common/images/icons
This commit is contained in:
@@ -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(){
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user