More admin screen title updates.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-04-01 12:54:00 -07:00
parent 9ae58e1906
commit 411cab8fbe
2 changed files with 3 additions and 2 deletions

View File

@@ -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()) {

View File

@@ -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" })