mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 19:44:02 +08:00
Adding autofocus to Title
--HG-- branch : 1.x
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
<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", autofocus = "autofocus" })
|
||||||
<span class="hint">@T("You must provide a unique title for this content item")</span>
|
<span class="hint">@T("You must provide a unique title for this content item")</span>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user