diff --git a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx index 20bba44c3..4f1048773 100644 --- a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx +++ b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx @@ -3,7 +3,7 @@ <%@ Import Namespace="Orchard.Pages.ViewModels"%>

<%=Html.TitleForPage(T("Manage Pages").ToString())%>

<%-- todo: Add helper text here when ready.

<%=_Encoded("Possible text about setting up a page goes here.")%>

--%> -
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button" })%>
+
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>
<% using (Html.BeginFormAntiForgeryPost()) { %> <%=Html.ValidationSummary()%> @@ -26,58 +26,64 @@ "/> -
-