From 9c9f7dfe570399b03a2f190d0f0d02e5554d9b23 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 13 Jun 2011 21:41:29 +0000 Subject: [PATCH] NIHVIVO-2280: Styled 'reset password' page. --- .../accounts/userAccounts-resetPassword.ftl | 28 +++++++++---------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl index d0f8e75a5..7208e325b 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-resetPassword.ftl @@ -4,6 +4,8 @@

Reset your Password

+

Please enter your new password for ${userAccount.emailAddress}

+ <#if errorPasswordIsEmpty??> <#assign errorMessage = "No password supplied." /> @@ -24,26 +26,22 @@
-
- Please enter your new password for ${userAccount.emailAddress} - -
- - + + + - - + + -

Minimum of ${minimumLength} characters in length.

+

Minimum of ${minimumLength} characters in length.

- - + + - +

-

* required fields

-
-
+

* required fields

+
${stylesheets.add('')} \ No newline at end of file