mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +08:00
Updating titles to new position.
--HG-- branch : dev
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@model Orchard.MultiTenancy.ViewModels.TenantAddViewModel
|
||||
|
||||
<h1>@Html.TitleForPage(T("Add New Tenant").ToString())</h1>
|
||||
@WorkContext.Layout.BeforeContent.Add(New.BeforeContent(Title: T("Add New Tenant").ToString()), "5");
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
@Html.ValidationSummary()
|
||||
<fieldset>
|
||||
|
@@ -1,7 +1,8 @@
|
||||
@model Orchard.MultiTenancy.ViewModels.TenantEditViewModel
|
||||
@using Orchard.Environment.Configuration;
|
||||
|
||||
<h1>@Html.TitleForPage(T("Edit Tenant").ToString())</h1>
|
||||
@WorkContext.Layout.BeforeContent.Add(New.BeforeContent(Title: T("Edit Tenant").ToString()), "5");
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
@Html.ValidationSummary()
|
||||
<fieldset>
|
||||
|
@@ -3,7 +3,8 @@
|
||||
|
||||
@{ Style.Require("MultiTenancyAdmin"); }
|
||||
|
||||
<h1>@Html.TitleForPage(T("List of Site's Tenants").ToString())</h1>
|
||||
@WorkContext.Layout.BeforeContent.Add(New.BeforeContent(Title: T("List of Site's Tenants").ToString()), "5");
|
||||
|
||||
<div class="manage">@Html.ActionLink(T("Add a Tenant").ToString(), "Add", new {area = "Orchard.MultiTenancy"}, new { @class = "button primaryAction" })</div>
|
||||
<ul class="contentItems tenants">
|
||||
@foreach (var tenant in Model.TenantSettings) {
|
||||
|
Reference in New Issue
Block a user