Fixes: 26836

ClientDependency update

[TFS Changeset #65814]
This commit is contained in:
Shandem
2010-04-28 14:59:17 +00:00
parent 034fc2276c
commit 4f06be745e
2 changed files with 2 additions and 2 deletions

View File

@@ -178,9 +178,9 @@ namespace umbraco.presentation.dialogs
feedBackMsg.type = global::umbraco.uicontrols.Feedback.feedbacktype.success;
string[] vars = {rollback.Text, rollback.VersionDate.ToLongDateString()};
feedBackMsg.Text = ui.Text("rollback", "documentRolledBack", vars, new global::umbraco.BusinessLogic.User(0)) + "</p><p><a href='#' onclick='" + ClientTools.Scripts.CloseModalWindow() + "'>" + ui.Text("closeThisWindow") + "</a>";
diffPanel.Height = new Unit(200, UnitType.Pixel);
diffPanel.Height = new Unit(200, UnitType.Pixel);
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "RollBack", "<script type=\"text/javascript\">\n" + ClientTools.Scripts.ChangeContentFrameUrl("../editContent.aspx?Id=" + d.Id.ToString()) + "\n</script>\n");
ClientTools.ChangeContentFrameUrl("editContent.aspx?Id=" + d.Id.ToString());
}
}
}