mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 21:43:37 +08:00
Removed the Localization (part) editor template
--HG-- branch : dev
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user