mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
6 lines
397 B
Plaintext
6 lines
397 B
Plaintext
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<ShellSettings>" %>
|
|
<%@ Import Namespace="Orchard.Environment.Configuration" %>
|
|
<% using(Html.BeginFormAntiForgeryPost(Url.Action("enable", new {area = "Orchard.MultiTenancy"}), FormMethod.Post, new {@class = "inline link"})) { %>
|
|
<%: Html.HiddenFor(ss => ss.Name) %>
|
|
<button type="submit"><%: T("Resume")%></button><%
|
|
} %> |