mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -19,7 +19,7 @@
|
||||
@Html.TextBoxFor(widget => widget.Title, new { @class = "textMedium" })
|
||||
<span class="hint">@T("The title of the Widget.")</span>
|
||||
@Html.EditorFor(widget => widget.RenderTitle)
|
||||
<label class="forcheckbox" for="@Html.FieldIdFor(m => m.RenderTitle)">@T("Check to to render the title on the front-end, uncheck to hide")</label>
|
||||
<label class="forcheckbox" for="@Html.FieldIdFor(m => m.RenderTitle)">@T("Check to render the title on the front-end, uncheck to hide")</label>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
@Html.LabelFor(widget => widget.Name, T("Name"))
|
||||
|
Reference in New Issue
Block a user