Updated tree icons for partial views and partial view macros
This commit is contained in:
@@ -77,8 +77,8 @@ namespace Umbraco.Web.Trees
|
||||
protected override void OnRenderFileNode(ref XmlTreeNode xNode)
|
||||
{
|
||||
ChangeNodeAction(xNode);
|
||||
xNode.Icon = "settingView.gif";
|
||||
xNode.OpenIcon = "settingView.gif";
|
||||
xNode.Icon = "icon-newspaper-alt";
|
||||
xNode.OpenIcon = "icon-newspaper-alt";
|
||||
|
||||
xNode.Text = xNode.Text.StripFileExtension();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user