From 1cc1d7518d5c35f75e1d85f2dc617c237b31170b Mon Sep 17 00:00:00 2001 From: Erik Porter Date: Tue, 2 Mar 2010 21:54:43 -0800 Subject: [PATCH] A little page list cleanup --HG-- branch : dev --- .../Orchard.Pages/Views/Admin/List.aspx | 134 +++++++----------- 1 file changed, 53 insertions(+), 81 deletions(-) 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 692ee6faa..27e350b68 100644 --- a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx +++ b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx @@ -3,9 +3,8 @@ <%@ 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 primaryAction" })%>
-<% using (Html.BeginFormAntiForgeryPost()) - { %> +
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>
<% +using (Html.BeginFormAntiForgeryPost()) { %> <%=Html.ValidationSummary()%>
@@ -27,85 +26,58 @@ "/>
- - -
<% } %> - - -<% } %> -
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>