mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/7417] Focus username field when prosilver login page is loaded.
PHPBB3-7417
This commit is contained in:
parent
105de6b637
commit
6e9cf09adb
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
<!-- INCLUDE overall_header.html -->
|
<!-- INCLUDE overall_header.html -->
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// <![CDATA[
|
||||||
|
onload_functions.push('document.getElementById("{USERNAME_CREDENTIAL}").focus();');
|
||||||
|
// ]]>
|
||||||
|
</script>
|
||||||
|
|
||||||
<form action="{S_LOGIN_ACTION}" method="post" id="login">
|
<form action="{S_LOGIN_ACTION}" method="post" id="login">
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="corners-top"><span></span></span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue