mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Moving Elements and Form Submissions menu items down and adding admin menu icons.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Orchard.DynamicForms {
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
builder
|
||||
.AddImageSet("dynamicforms")
|
||||
.Add(T("Dynamic Forms"), "4", menu => menu
|
||||
.Add(T("Form Submissions"), "8", menu => menu
|
||||
.Add(T("Manage Forms"), "1.0",
|
||||
item => item
|
||||
.Action("Index", "Admin", new { area = "Orchard.DynamicForms" })
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.navicon-dynamic-forms {
|
||||
.navicon-form-submissions {
|
||||
background-image: url(menu.dynamicforms.png) !important;
|
||||
}
|
||||
|
||||
.navicon-dynamic-forms:hover {
|
||||
.navicon-form-submissions:hover {
|
||||
background-position: 0 -30px !important;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 1009 B |
@@ -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