mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
More settings work
- stubs of work to continue tonight (IShellSettinsLoader's SaveSettings) --HG-- branch : dev
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SetupViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||||
<%@ Import Namespace="Orchard.Setup.ViewModels"%>
|
||||
<h1><%=Html.TitleForPage("Orchard " + _Encoded("Setup"))%></h1><%
|
||||
<h1><%=Html.TitleForPage("Orchard " + _Encoded("Setup"))%></h1>
|
||||
<div class="">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<%
|
||||
using (Html.BeginFormAntiForgeryPost()) { %>
|
||||
<%=Html.ValidationSummary() %>
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user