mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Moving the import export menu to the bottom of the pole.
--HG-- branch : dev
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Orchard.ImportExport {
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
builder.AddImageSet("importexport")
|
||||
.Add(T("Import/Export"), "4", BuildMenu);
|
||||
.Add(T("Import/Export"), "42", BuildMenu);
|
||||
}
|
||||
|
||||
private void BuildMenu(NavigationItemBuilder menu) {
|
||||
|
||||
Reference in New Issue
Block a user