mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 12:29:04 +08:00
Moving Elements and Form Submissions menu items down and adding admin menu icons.
This commit is contained in:
@@ -8,8 +8,9 @@ namespace Orchard.Layouts {
|
||||
public string MenuName { get { return "admin"; } }
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
|
||||
builder.Add(T("Elements"), "1.4.5", menu => menu.Action("Index", "BlueprintAdmin", new { area = "Orchard.Layouts" }));
|
||||
builder
|
||||
.AddImageSet("layouts")
|
||||
.Add(T("Elements"), "8.5", menu => menu.Action("Index", "BlueprintAdmin", new { area = "Orchard.Layouts" }));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -91,6 +91,8 @@
|
||||
<Content Include="Scripts\serializer.js" />
|
||||
<Content Include="Scripts\dialog.js" />
|
||||
<Content Include="Scripts\designer.canvas.js" />
|
||||
<Content Include="Styles\menu.layouts-admin.css" />
|
||||
<Content Include="Styles\menu.elements.png" />
|
||||
<Content Include="Styles\parts-layout-edit.css" />
|
||||
<Content Include="Styles\element-editor.css" />
|
||||
<Content Include="Styles\element-browser.css" />
|
||||
|
||||
BIN
src/Orchard.Web/Modules/Orchard.Layouts/Styles/menu.elements.png
Normal file
BIN
src/Orchard.Web/Modules/Orchard.Layouts/Styles/menu.elements.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,7 @@
|
||||
.navicon-elements {
|
||||
background-image: url(menu.elements.png) !important;
|
||||
}
|
||||
|
||||
.navicon-elements:hover {
|
||||
background-position: 0 -30px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user