Move WebUI icons to its own folder

After this change: "http://<server>/icons" will point to "src/icons"
folder and "http://<server>/images" points to the real "images" folder
in the relative path.
This commit is contained in:
Chocobo1
2020-05-19 13:41:41 +08:00
parent dde7421f59
commit 02c25dbe2a
39 changed files with 173 additions and 173 deletions

File diff suppressed because one or more lines are too long

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/spacer.gif)');
this.windowEl.setStyle('backgroundImage', 'url(../../images/spacer.gif)');
}
if (options.loadMethod == 'iframe') {