U4-4761 Member translation

Makes all trees translateable, does not break the current titles set on
atttributes, but for trees that does not have a title set, the tree wil
try to look up a treeheader.
This commit is contained in:
Per Ploug
2015-09-24 15:30:08 +02:00
parent 60041a2893
commit 6dc4e2d2ae
3 changed files with 22 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Web.Trees
Constants.Applications.Media,
Constants.Applications.Members)]
[LegacyBaseTree(typeof (loadMembers))]
[Tree(Constants.Applications.Members, Constants.Trees.Members, "Members")]
[Tree(Constants.Applications.Members, Constants.Trees.Members)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class MemberTreeController : TreeController