Set autofocus
This commit is contained in:
parent
0a824db6d3
commit
2b63e2963a
@ -3273,7 +3273,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm')
|
||||
print $langs->trans("SearchString");
|
||||
print '</div>';
|
||||
print '<div class="tagtd">';
|
||||
print '<input type="text" name="searchstring" value="'.dol_escape_htmltag($searchkey).'">';
|
||||
print '<input type="text" name="searchstring" value="'.dol_escape_htmltag($searchkey).'" autofocus>';
|
||||
print '</div>';
|
||||
print '</div>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user