mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/7417] Focus search keywords field when prosilver search page is loaded.
PHPBB3-7417
This commit is contained in:
parent
b8f37a5024
commit
105de6b637
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
onload_functions.push('document.getElementById("keywords").focus();');
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
<h2 class="solo">{L_SEARCH}</h2>
|
||||
|
||||
<form method="get" action="{S_SEARCH_ACTION}">
|
||||
|
@ -119,4 +125,4 @@
|
|||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
|
Loading…
Add table
Reference in a new issue