mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
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
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<Orchard.DevTools.Settings.DevToolsSettings>" %>
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<Orchard.DevTools.Settings.DevToolsSettings>" %>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<%:Html.LabelFor(m=>m.ShowDebugLinks) %>
|
|
||||||
<%:Html.EditorFor(m=>m.ShowDebugLinks) %>
|
<%:Html.EditorFor(m=>m.ShowDebugLinks) %>
|
||||||
|
<label for="<%:Html.FieldIdFor(m => m.ShowDebugLinks) %>" class="forcheckbox"><%:T("Show debug links") %></label>
|
||||||
<%:Html.ValidationMessageFor(m=>m.ShowDebugLinks) %>
|
<%:Html.ValidationMessageFor(m=>m.ShowDebugLinks) %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user