mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding autofocus to Title
--HG-- branch : 1.x
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
<fieldset>
|
||||
@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>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user