Adding hint for Attachable checkbox

Work Item: 18732

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-06-08 13:03:22 -07:00
parent 624cf01671
commit 7b0c081bc7

View File

@@ -3,5 +3,6 @@
<fieldset>
@Html.EditorFor(m => m.Attachable)
<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)
</fieldset>