mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +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) {
|
||||
builder.Add("Settings", "11",
|
||||
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.Utility" %>
|
||||
|
||||
<h3>Site Settings</h3>
|
||||
<h3>Global Settings</h3>
|
||||
<ol>
|
||||
<%=Html.EditorFor(s=>s.Id) %>
|
||||
<li>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<% Html.Include("Header"); %>
|
||||
<div class="yui-u">
|
||||
<h2 class="separator">
|
||||
Edit Site Settings</h2>
|
||||
Edit Settings</h2>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<%using (Html.BeginForm()) { %>
|
||||
|
Reference in New Issue
Block a user