From b356b7065f406cd2e18ed7bb9842e292f888c8e4 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Fri, 8 Feb 2013 16:38:28 +0530 Subject: [PATCH 1/2] Password Toggle Works on Installation as well. --- core/css/styles.css | 1 + core/js/js.js | 3 ++- core/templates/installation.php | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index cefab2d49f..961c7fb7f3 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -155,6 +155,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b } #adminpass-icon, #password-icon { top:1.1em; } input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; } +input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; } /* Nicely grouping input field sets */ .grouptop input { diff --git a/core/js/js.js b/core/js/js.js index c137f734d9..4a1f8571cc 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -626,7 +626,8 @@ $(document).ready(function(){ }); // 'show password' checkbox - $('#password').showPassword(); + $('#password').showPassword(); + $('#adminpass').showPassword(); $('#pass2').showPassword(); //use infield labels diff --git a/core/templates/installation.php b/core/templates/installation.php index f3d232b637..19395b80ef 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -34,13 +34,13 @@
t( 'Create an admin account' ); ?> -

- +

+ - +

- + From eea4864c70fe5d0cc20e5bdcaed36232741a3520 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Fri, 8 Feb 2013 17:35:41 +0530 Subject: [PATCH 2/2] Removed whitespace from installation.php --- core/templates/installation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index 19395b80ef..b5aea466e4 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -34,10 +34,10 @@

t( 'Create an admin account' ); ?> -

- +

+ - +