Merge branch 'U4-5658' of https://github.com/leekelleher/Umbraco-CMS into leekelleher-U4-5658
This commit is contained in:
@@ -53,11 +53,13 @@ namespace umbraco
|
||||
public override void RenderJS(ref StringBuilder Javascript)
|
||||
{
|
||||
Javascript.Append(
|
||||
@"
|
||||
@"
|
||||
function openDictionary() {
|
||||
UmbClientMgr.contentFrame('settings/DictionaryItemList.aspx');
|
||||
}
|
||||
function openDictionaryItem(id) {
|
||||
UmbClientMgr.contentFrame('settings/editDictionaryItem.aspx?id=' + id);
|
||||
}
|
||||
");
|
||||
}");
|
||||
}
|
||||
|
||||
public override void Render(ref XmlTree tree)
|
||||
|
||||
@@ -47,10 +47,6 @@ namespace umbraco
|
||||
@"
|
||||
function openLanguage(id) {
|
||||
UmbClientMgr.contentFrame('settings/editLanguage.aspx?id=' + id);
|
||||
}
|
||||
|
||||
function openDictionary() {
|
||||
UmbClientMgr.contentFrame('settings/DictionaryItemList.aspx');
|
||||
}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user