More admin cleanup and consolidation...

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042981
This commit is contained in:
skewed
2009-12-02 22:49:30 +00:00
parent 46f5a1b43e
commit 82752d77a9
43 changed files with 215 additions and 368 deletions

View File

@@ -1,7 +1,7 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserCreateViewModel>" %>
<%@ Import Namespace="Orchard.Security" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<% Html.Include("Header"); %>
<% Html.Include("AdminHead"); %>
<div class="yui-u">
<h2 class="separator">
Add a new User</h2>
@@ -18,4 +18,4 @@
</ol>
<%}/*EndForm*/%>
</div>
<% Html.Include("Footer"); %>
<% Html.Include("AdminFoot"); %>