mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added autofocus to index creation screen.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
@using(Html.BeginFormAntiForgeryPost()) {
|
||||
<fieldset>
|
||||
@Html.TextBox("id", Model, new { @class= "text medium"})
|
||||
@Html.TextBox("id", Model, new { @class = "text medium", autofocus = "autofocus" })
|
||||
<span class="hint">@T("The technical name of the index to create. Must contain letters and numbers only.")</span>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
|
Reference in New Issue
Block a user