Updated titles on setttings screens.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-04-06 15:55:39 -07:00
parent 4bae73efe2
commit f61fda1190
10 changed files with 14 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
@using Orchard.ContentManagement
@{
GroupInfo groupInfo = Model.GroupInfo;
Layout.Title = (groupInfo != null ? T("Settings for {0}", groupInfo.Name) : T("General Settings")).ToString();
Layout.Title = T("Settings").ToString();
}
@using (Html.BeginFormAntiForgeryPost()) {

View File

@@ -8,7 +8,7 @@
}, "Id", "Text", (int)Model.ResourceDebugMode);
}
<fieldset>
<legend>@T("Enter Settings")</legend>
<legend>@T("General Settings")</legend>
<div>
<label for="SiteName">@T("Site name")</label>
@Html.EditorFor(m => m.SiteName)