mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
@@ -19,7 +19,7 @@
|
|||||||
@Html.TextBoxFor(widget => widget.Title, new { @class = "textMedium" })
|
@Html.TextBoxFor(widget => widget.Title, new { @class = "textMedium" })
|
||||||
<span class="hint">@T("The title of the Widget.")</span>
|
<span class="hint">@T("The title of the Widget.")</span>
|
||||||
@Html.EditorFor(widget => widget.RenderTitle)
|
@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>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@Html.LabelFor(widget => widget.Name, T("Name"))
|
@Html.LabelFor(widget => widget.Name, T("Name"))
|
||||||
|
|||||||
Reference in New Issue
Block a user