mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding hint for Attachable checkbox
Work Item: 18732 --HG-- branch : 1.x
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
@Html.EditorFor(m => m.Attachable)
|
@Html.EditorFor(m => m.Attachable)
|
||||||
<label for="@Html.FieldIdFor(m => m.Attachable)" class="forcheckbox">@T("Attachable")</label>
|
<label for="@Html.FieldIdFor(m => m.Attachable)" class="forcheckbox">@T("Attachable")</label>
|
||||||
|
<span class="hint">@T("Check to allow this part to be attached to other content types.")</span>
|
||||||
@Html.ValidationMessageFor(m => m.Attachable)
|
@Html.ValidationMessageFor(m => m.Attachable)
|
||||||
</fieldset>
|
</fieldset>
|
Reference in New Issue
Block a user