Removed the Localization (part) editor template

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-14 13:12:07 -07:00
parent 7b9301a90a
commit bc528577fb
3 changed files with 0 additions and 10 deletions

View File

@@ -39,9 +39,5 @@ namespace Orchard.Core.Localization.Drivers {
return ContentPartTemplate(model, "Parts/Localization.ContentTranslations").LongestMatch(displayType, "Summary", "SummaryAdmin").Location("primary", "5");
}
protected override DriverResult Editor(Localized part) {
return ContentPartTemplate(new SelectLocalizationsViewModel(part), "Parts/Localization.ContentTranslations").Location("secondary", "5");
}
}
}