mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01: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,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…
x
Reference in New Issue
Block a user