-
+
+
+
+
-
-
-
+
+
+
+ <%--Author--%>
+ <%=_Encoded("By {0}", pageEntry.Page.Creator.UserName)%>
+
+
+
+
+
+
<% if (pageEntry.Page.HasPublished)
{ %>
<%=Html.ActionLink("View", "Item", new { controller = "Page", slug = pageEntry.Page.PublishedSlug })%>
@@ -90,11 +96,10 @@ foreach (var pageEntry in Model.PageEntries)
<%=Html.ActionLink(T("Edit").ToString(), "Edit", new { id = pageEntry.PageId })%>
-
-
-
+
+
<%
pageIndex++;
@@ -103,5 +108,4 @@ pageIndex++;
<% } %>
-
-
<%=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" })%>
diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css
index 6a8658e0c..76a626915 100644
--- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css
+++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css
@@ -794,4 +794,23 @@ table.items, textarea, input.text, input.text-box,
background-color:Transparent;
text-decoration:underline;
color:#1E5D7D;
- }
\ No newline at end of file
+ }
+
+ /* Added classes for new page list layout
+---------------------------------------------------------- */
+.pageList {
+ margin:0;
+ padding:0;
+ background:#FFFFFF url(images/backgroundGradient.gif) repeat-x scroll left top;
+ }
+.orchard-pages .contentItems {
+ margin:1em 0 0 0;
+ padding:0;
+ }
+.contentItems .properties ul.pageStatus {
+ margin:0.8em 0 0 2em;
+}
+.contentItems .properties ul.pageStatus li {
+ margin:0;
+ padding:0 0 .1em 0;
+}
\ No newline at end of file