mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
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:
@@ -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"); %>
|
Reference in New Issue
Block a user