diff --git a/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx b/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx index f33281c6c..8fe579b81 100644 --- a/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx +++ b/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx @@ -2,7 +2,7 @@ <%@ Import Namespace="Orchard.Core.Contents.ViewModels" %>

<%:Html.TitleForPage((string.IsNullOrEmpty(Model.TypeDisplayName) ? T("Manage Content") : T("Manage {0} Content", Model.TypeDisplayName)).ToString()) %>

- <%:Html.ActionLink(!string.IsNullOrEmpty(Model.TypeDisplayName) ? T("Add new {0} content", Model.TypeDisplayName).Text : T("Add new content").Text, "Create", new { }, new { @class = "button primaryAction" }) %> + <%:Html.ActionLink(!string.IsNullOrEmpty(Model.TypeDisplayName) ? T("Create New {0}", Model.TypeDisplayName).Text : T("Create New Content").Text, "Create", new { }, new { @class = "button primaryAction" }) %>
<% using (Html.BeginFormAntiForgeryPost()) { %>
@@ -18,7 +18,7 @@ using (Html.BeginFormAntiForgeryPost()) { %>
<%: Html.SelectOption(Model.Options.BulkAction, CommentDetailsBulkAction.None, T("Choose action...").ToString())%> @@ -30,7 +30,7 @@ " />
-
+
<%: Html.SelectOption(Model.Options.BulkAction, CommentIndexBulkAction.None, T("Choose action...").ToString()) %> @@ -15,7 +15,7 @@ " />
-
+
diff --git a/src/Orchard.Web/Modules/Orchard.Media/Views/Admin/Index.aspx b/src/Orchard.Web/Modules/Orchard.Media/Views/Admin/Index.aspx index 566e93e6c..2bc480a3d 100644 --- a/src/Orchard.Web/Modules/Orchard.Media/Views/Admin/Index.aspx +++ b/src/Orchard.Web/Modules/Orchard.Media/Views/Admin/Index.aspx @@ -3,7 +3,7 @@

<%: Html.TitleForPage(T("Manage Media Folders").ToString()) %>

<% using(Html.BeginFormAntiForgeryPost()) { %> <%: Html.ValidationSummary() %> -
+
diff --git a/src/Orchard.Web/Modules/Orchard.Tags/Views/Admin/Index.aspx b/src/Orchard.Web/Modules/Orchard.Tags/Views/Admin/Index.aspx index 9a8101ce4..2e7e614a3 100644 --- a/src/Orchard.Web/Modules/Orchard.Tags/Views/Admin/Index.aspx +++ b/src/Orchard.Web/Modules/Orchard.Tags/Views/Admin/Index.aspx @@ -3,7 +3,7 @@

<%: Html.TitleForPage(T("Manage Tags").ToString())%>

<% using(Html.BeginFormAntiForgeryPost()) { %> <%: Html.ValidationSummary() %> -
+