Index: branches/1.0.x/checkout.tpl =================================================================== diff -u -N -r14822 -r14824 --- branches/1.0.x/checkout.tpl (.../checkout.tpl) (revision 14822) +++ branches/1.0.x/checkout.tpl (.../checkout.tpl) (revision 14824) @@ -122,6 +122,8 @@ + +
@@ -333,7 +335,9 @@ $('.login-alt').remove(); // 2. remove user password controls - $('#create-account-password, .badge-optional').remove(); + $('.badge-optional').remove(); + $('#create-account-password').fadeOut('slow').remove(); + $('.firstline').fadeIn('slow'); FormManager.unregisterField('ord', 'UserPassword'); FormManager.unregisterField('ord', 'VerifyUserPassword');