minor tweaks

This commit is contained in:
perploug
2013-09-23 13:32:26 +02:00
parent b9d066b262
commit 640286c283
2 changed files with 2 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ iframe, .content-column-body {
background-size: contain;
display: none;
}
.fileupload-processing .fileupload-loading {
display: block;
}

View File

@@ -46,7 +46,7 @@ namespace umbraco.BasePages
public static string RefreshAdmin { get { return "setTimeout('" + GetMainWindow + ".location.reload()', {0});"; } }
public static string ShowSpeechBubble { get { return GetMainWindow + ".UmbSpeechBubble.ShowMessage('{0}','{1}', '{2}');"; } }
public static string ChangeContentFrameUrl(string url) {
return string.Format("alert('sdsd'); " + ClientMgrScript + ".contentFrame('{0}');", url);
return string.Format(ClientMgrScript + ".contentFrame('{0}');", url);
}
public static string ReloadContentFrameUrlIfPathLoaded(string url) {
return string.Format(ClientMgrScript + ".reloadContentFrameUrlIfPathLoaded('{0}');", url);