- Partial view for adding a new tenant...

--HG--
branch : dev
This commit is contained in:
Suha Can 2010-04-21 16:30:24 -07:00
parent 3a497a0c7b
commit 5936a86d60
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<Content Include="Views\Admin\Add.aspx" />
<Content Include="Views\Admin\Add.ascx" />
<Content Include="Views\Admin\List.ascx" />
<Content Include="Web.config" />
<Content Include="Views\Web.config" />

View File

@ -1,4 +1,4 @@
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<TenantsAddViewModel>" %>
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<TenantsAddViewModel>" %>
<%@ Import Namespace="Orchard.Mvc.Html"%>
<%@ Import Namespace="Orchard.MultiTenancy.ViewModels"%>