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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user