mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
A little more markup cleanup (of something that just gave me a 500)
--HG-- branch : dev
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<IEnumerable<Orchard.ContentTypes.ViewModels.EditTypePartViewModel>>" %><%
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<IEnumerable<Orchard.ContentTypes.ViewModels.EditTypePartViewModel>>" %>
|
||||||
|
<%
|
||||||
if (Model.Any()) { %>
|
if (Model.Any()) { %>
|
||||||
<fieldset><%
|
<fieldset><%
|
||||||
var pi = 0;
|
var pi = 0;
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SettingsDictionary>" %>
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SettingsDictionary>" %>
|
||||||
<%@ import Namespace="Orchard.ContentManagement.MetaData.Models" %><%
|
<%@ import Namespace="Orchard.ContentManagement.MetaData.Models" %>
|
||||||
|
<%
|
||||||
if (Model.Any()) { %>
|
if (Model.Any()) { %>
|
||||||
<fieldset><%
|
<fieldset><%
|
||||||
var si = 0;
|
var si = 0;
|
||||||
|
Reference in New Issue
Block a user