From 21328875f3811d1065bc142ff2d03415be7e9745 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Mon, 28 Jun 2010 15:43:36 -0700 Subject: [PATCH] Made the DevTools content type setting UI a little more friendly - also a friendly reminder to myself (or anyone reading this) that I need to hook up an overloaded Html.Label that takes a for value and label text --HG-- branch : dev --- .../Views/DefinitionTemplates/DevToolsSettings.ascx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.DevTools/Views/DefinitionTemplates/DevToolsSettings.ascx b/src/Orchard.Web/Modules/Orchard.DevTools/Views/DefinitionTemplates/DevToolsSettings.ascx index 0e80c365d..ca3f5368c 100644 --- a/src/Orchard.Web/Modules/Orchard.DevTools/Views/DefinitionTemplates/DevToolsSettings.ascx +++ b/src/Orchard.Web/Modules/Orchard.DevTools/Views/DefinitionTemplates/DevToolsSettings.ascx @@ -1,6 +1,6 @@ -<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> +<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>
- <%:Html.LabelFor(m=>m.ShowDebugLinks) %> <%:Html.EditorFor(m=>m.ShowDebugLinks) %> + <%:Html.ValidationMessageFor(m=>m.ShowDebugLinks) %>