mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Adding generic ContentItem editor and display templates
- ContentItem editor and display templates added that only render the "primary" zone, then remaining zones (ZonesAny) - Added a UseDefaultTemplate bool to ContentItemDriver and conditionally return the default template for Display or Edit - Updated the UserDriver to use the default templates - --HG-- branch : dev
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<ContentItemViewModel<User>>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||
<%@ Import Namespace="Orchard.Users.Models"%>
|
||||
<% Html.ZonesAny(); %>
|
||||
Reference in New Issue
Block a user