From 7b0c081bc7f421b2071d5b90c329dbceb0b63198 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 8 Jun 2012 13:03:22 -0700 Subject: [PATCH] Adding hint for Attachable checkbox Work Item: 18732 --HG-- branch : 1.x --- .../Views/DefinitionTemplates/ContentPartSettings.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml index 47e42471c..2aa8b99fb 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml @@ -3,5 +3,6 @@
@Html.EditorFor(m => m.Attachable) + @T("Check to allow this part to be attached to other content types.") @Html.ValidationMessageFor(m => m.Attachable)
\ No newline at end of file