mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -22,7 +22,7 @@
|
||||
|
||||
<fieldset>
|
||||
@Html.EditorFor(m => m.CustomFormPart.CustomMessage)
|
||||
<label for="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)" class="forcheckbox">@T("Specificy a custom message when the form is submitted")</label>
|
||||
<label for="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)" class="forcheckbox">@T("Specify a custom message when the form is submitted")</label>
|
||||
|
||||
<div data-controllerid="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)">
|
||||
@Html.LabelFor(m => m.CustomFormPart.Message)
|
||||
|
Reference in New Issue
Block a user