diff options
| author | 2014-01-19 16:37:11 +0100 | |
|---|---|---|
| committer | 2014-01-19 16:37:11 +0100 | |
| commit | afbb608f1e380ce72e3836822b33c25554a15bf1 (patch) | |
| tree | a40153f4b7586255f8f9e1f2d983be0adc1a025d | |
| parent | d15fa1cab5880b3b87098b8065150170c422ee8f (diff) | |
autofocus formLogin
Implémente
https://github.com/marienfressinaud/FreshRSS/issues/327#issuecomment-32710864
| -rw-r--r-- | app/views/index/formLogin.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/formLogin.phtml b/app/views/index/formLogin.phtml index e4a24f9ed..cc43bcd19 100644 --- a/app/views/index/formLogin.phtml +++ b/app/views/index/formLogin.phtml @@ -10,7 +10,7 @@ if (Minz_Configuration::canLogIn()) { <div class="form-group"> <label class="group-name" for="username"><?php echo Minz_Translate::t('username'); ?></label> <div class="group-controls"> - <input type="text" id="username" name="username" size="16" required="required" maxlength="16" pattern="[0-9a-zA-Z]{1,16}" /> + <input type="text" id="username" name="username" size="16" required="required" maxlength="16" pattern="[0-9a-zA-Z]{1,16}" autofocus="autofocus" /> </div> </div> <div class="form-group"> |
