mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
8 lines
332 B
Plaintext
8 lines
332 B
Plaintext
![]() |
@model Orchard.Environment.Configuration.ShellSettings
|
||
|
@using Orchard.MultiTenancy.Extensions
|
||
|
|
||
|
@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>
|
||
|
}
|