Move all icon resources to icon folder root

This commit is contained in:
jagannatharjun
2020-05-18 20:30:51 +05:30
parent 841536c9c5
commit ab91d546e5
166 changed files with 353 additions and 396 deletions

View File

@@ -1625,7 +1625,7 @@ MUI.Window = new Class({
// Fix a mouseover issue with gauges in IE7
if ( MUI.ieLegacySupport && options.shape == 'gauge') {
this.windowEl.setStyle('backgroundImage', 'url(../images/skin/spacer.gif)');
this.windowEl.setStyle('backgroundImage', 'url(../images/spacer.gif)');
}
if (options.loadMethod == 'iframe') {