mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding a hing on the Title editor
--HG-- branch : 1.x
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
@Html.LabelFor(m => m.Title, T("Title"))
|
@Html.LabelFor(m => m.Title, T("Title"))
|
||||||
@Html.TextBoxFor(m => m.Title, new { @class = "large text" })
|
@Html.TextBoxFor(m => m.Title, new { @class = "large text" })
|
||||||
|
<span class="hint">@T("You must provide a unique title for this content item")</span>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user