From 4e5eb4c23ee74e7e7cb7420a51ad6028a412c123 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 6 Jul 2011 19:43:24 +0200 Subject: [PATCH] autofocus on the username field for setup & login --- core/templates/installation.php | 2 +- core/templates/login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index b592cd6533d..c3bbe692c1c 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -24,7 +24,7 @@
t( 'Create an admin account.' ); ?> -

+

diff --git a/core/templates/login.php b/core/templates/login.php index e0f6ce23e2e..0ed4178a984 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -5,7 +5,7 @@ t( 'Login failed!' ); ?> - + -- 2.39.5