More updates to the CMSPages admin UI. Have only the bulk action progress pages left on this pass.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042011
This commit is contained in:
skewed
2009-11-24 07:43:07 +00:00
parent 0649975813
commit e60eda23d3
9 changed files with 71 additions and 108 deletions
@@ -1,15 +1,10 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageCreateViewModel>" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<% Html.Include("Head"); %>
<div class="yui-u">
<h2>Add a Page</h2>
<p class="bottomSpacer">
Select your layout from one of the templates below.</p>
</div>
<div class="yui-u">
<%using (Html.BeginForm()) { %>
<%= Html.ValidationSummary() %>
<%= Html.EditorForModel() %>
<%}/*EndForm*/%>
</div>
<h2>Add a Page</h2>
<p>Select your layout from one of the templates below.</p>
<%using (Html.BeginForm()) { %>
<%=Html.ValidationSummary() %>
<%=Html.EditorForModel() %>
<% } %>
<% Html.Include("Foot"); %>