mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
More admin screen title updates.
--HG-- branch : 1.x
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@using Orchard.Search.ViewModels;
|
||||
|
||||
<fieldset>
|
||||
<legend>@T("Search")</legend>
|
||||
<legend>@T("Enter Settings")</legend>
|
||||
<div>
|
||||
@{var entryIndex = 0;}
|
||||
@if (Model.Entries != null && Model.Entries.Any()) {
|
||||
|
||||
@@ -2,12 +2,13 @@
|
||||
@using Orchard.Utility.Extensions;
|
||||
@using Orchard.Warmup.Models;
|
||||
|
||||
@{ Layout.Title = T("Warmup").ToString(); }
|
||||
@{ Layout.Title = T("Warmup Settings").ToString(); }
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
@Html.ValidationSummary()
|
||||
|
||||
<fieldset>
|
||||
<legend>@T("Enter Settings")</legend>
|
||||
<div>
|
||||
<label for="@Html.FieldIdFor(m => m.Urls)">@T("Urls for which static warmup pages will be generated")</label>
|
||||
@Html.TextAreaFor(m => m.Urls, new { @class = "textMedium" })
|
||||
|
||||
Reference in New Issue
Block a user