Added autofocus to index creation screen.

This commit is contained in:
Sipke Schoorstra
2015-04-22 13:40:52 +02:00
parent eb517fccaf
commit 96b41fb9b7

View File

@@ -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>