Some more work on the admin UI (expanding scope to all CMSPages admin pages) - mainly markup/CSS cleanup and touch-up and dropping YUI reset in favor pulling some Eric Meyer reset into the base

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041743
This commit is contained in:
skewed
2009-11-22 08:46:22 +00:00
parent 038a38e958
commit 0e82f05a42
14 changed files with 83 additions and 173 deletions

View File

@@ -3,10 +3,10 @@
<%@ Import Namespace="Orchard.Utility"%>
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<% Html.Include("Header"); %>
<% Html.Include("Head"); %>
<%using (Html.BeginForm()) { %>
<div class="yui-u">
<h2 class="separator">Publish later</h2>
<h2>Publish later</h2>
<p class="bottomSpacer">Enter the scheduled publication date:</p>
<%=Html.EditorFor(m => m.Options.BulkPublishLaterDate)%>
</div>
@@ -33,4 +33,4 @@
}%>
</div>
<%}/*EndForm*/%>
<% Html.Include("Footer"); %>
<% Html.Include("Foot"); %>