mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
- Some cosmetic renaming in Settings UI...
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041328
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Orchard.Core.Settings {
|
|||||||
public void GetNavigation(NavigationBuilder builder) {
|
public void GetNavigation(NavigationBuilder builder) {
|
||||||
builder.Add("Settings", "11",
|
builder.Add("Settings", "11",
|
||||||
menu => menu
|
menu => menu
|
||||||
.Add("General", "2.0", item => item.Action("Index", "Admin", new { area = "Settings" })));
|
.Add("Manage Settings", "2.0", item => item.Action("Index", "Admin", new { area = "Settings" })));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<%@ Import Namespace="Orchard.Core.Settings.ViewModels"%>
|
<%@ Import Namespace="Orchard.Core.Settings.ViewModels"%>
|
||||||
<%@ Import Namespace="Orchard.Utility" %>
|
<%@ Import Namespace="Orchard.Utility" %>
|
||||||
|
|
||||||
<h3>Site Settings</h3>
|
<h3>Global Settings</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<%=Html.EditorFor(s=>s.Id) %>
|
<%=Html.EditorFor(s=>s.Id) %>
|
||||||
<li>
|
<li>
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
<% Html.Include("Header"); %>
|
<% Html.Include("Header"); %>
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">
|
<h2 class="separator">
|
||||||
Edit Site Settings</h2>
|
Edit Settings</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<%using (Html.BeginForm()) { %>
|
<%using (Html.BeginForm()) { %>
|
||||||
|
Reference in New Issue
Block a user