Added create dialog to partial view macros files, now need to update that dialog to support creating

macros at the same time like with xslt, etc... but at least you can create/edit/delete them now.
This commit is contained in:
Shannon Deminick
2013-01-01 01:00:33 +03:00
parent e9f581bb51
commit e88dce59fe
6 changed files with 79 additions and 12 deletions

View File

@@ -68,8 +68,8 @@ namespace Umbraco.Web.Trees
protected override void OnRenderFileNode(ref XmlTreeNode xNode)
{
ChangeNodeAction(xNode);
xNode.Icon = "settingsScript.gif";
xNode.OpenIcon = "settingsScript.gif";
xNode.Icon = "settingView.gif";
xNode.OpenIcon = "settingView.gif";
}