Some initial work on admin view cleanup (trying to commit a file that couldn't be committed in the previous...commit :| ).

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041369
This commit is contained in:
skewed
2009-11-19 09:39:12 +00:00
parent 8863709314
commit 2164bb79bb

View File

@@ -1,15 +1,7 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UsersIndexViewModel>" %>
<%@ Import Namespace="Orchard.Models"%>
<%@ Import Namespace="Orchard.Security" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Manage Users</title>
<% Html.Include("Head"); %>
</head>
<body>
<% Html.Include("Header"); %>
<% Html.BeginForm(); %>
<div class="yui-g">
@@ -53,5 +45,3 @@
</div>
<% Html.EndForm(); %>
<% Html.Include("Footer"); %>
</body>
</html>