mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-16 08:37:02 +08:00
- Partial view for adding a new tenant...
--HG-- branch : dev
This commit is contained in:
parent
3a497a0c7b
commit
5936a86d60
@ -72,7 +72,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Module.txt" />
|
<Content Include="Module.txt" />
|
||||||
<Content Include="Views\Admin\Add.aspx" />
|
<Content Include="Views\Admin\Add.ascx" />
|
||||||
<Content Include="Views\Admin\List.ascx" />
|
<Content Include="Views\Admin\List.ascx" />
|
||||||
<Content Include="Web.config" />
|
<Content Include="Web.config" />
|
||||||
<Content Include="Views\Web.config" />
|
<Content Include="Views\Web.config" />
|
||||||
|
@ -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.Mvc.Html"%>
|
||||||
<%@ Import Namespace="Orchard.MultiTenancy.ViewModels"%>
|
<%@ Import Namespace="Orchard.MultiTenancy.ViewModels"%>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user