Fixes U4-3288 Member types still has legacy icon in tree

This commit is contained in:
Tim Geyssens
2013-11-04 11:59:45 +01:00
parent 8d72705265
commit 9c25131958

View File

@@ -96,8 +96,8 @@ function openMemberType(id) {
treeElement.SetAttribute("text", MemberTypes[i].Text);
treeElement.SetAttribute("action", "javascript:openMemberType(" + MemberTypes[i].Id + ");");
treeElement.SetAttribute("src", "");
treeElement.SetAttribute("icon", "membertype.gif");
treeElement.SetAttribute("openIcon", "membertype.gif");
treeElement.SetAttribute("icon", "icon-users");
treeElement.SetAttribute("openIcon", "icon-users");
treeElement.SetAttribute("nodeType", "memberType");
root.AppendChild(treeElement);
}