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:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user