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

@@ -37,7 +37,7 @@
</span>
</td>
<td class='uploader-icon'>
<img src='/skins/icons/html5-logo.png' width="32px" heigh="32px" title="{{ 'You are using the HTML5 uploader.' | trans }}"/>
<img src='/assets/common/images/icons/html5-logo.png' width="32px" heigh="32px" title="{{ 'You are using the HTML5 uploader.' | trans }}"/>
</td>
<td class="uploader-info">
<p>
@@ -186,7 +186,7 @@ $(document).ready(function () {
$( anchor.hash ).html(language.error);
});
ui.tab.find('span').html(' <img src="/skins/icons/loader404040.gif"/>');
ui.tab.find('span').html(' <img src="/assets/common/images/icons/loader404040.gif"/>');
},
load: function(event, ui)
{