mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Beginning to rework the Admin markup/CSS
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041476
This commit is contained in:
@@ -16,7 +16,7 @@ string SplitDateTime(DateTime dt)
|
||||
string.Format("{0:t}", dt);
|
||||
}
|
||||
</script>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<% Html.BeginForm(); %>
|
||||
<div class="yui-g">
|
||||
<h2>
|
||||
@@ -124,4 +124,4 @@ string SplitDateTime(DateTime dt)
|
||||
<%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight bottomSpacer"}) %>
|
||||
</div>
|
||||
<% Html.EndForm(); %>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
Reference in New Issue
Block a user