From dbdbd81d111a9c7f5185be02db90b6f0ba298641 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 6 Jul 2011 18:55:01 +0000 Subject: [PATCH] NIHVIVO-2280: Removed unnecessary
tags. --- .../body/accounts/userAccounts-add.ftl | 80 ++++++++--------- .../body/accounts/userAccounts-edit.ftl | 90 +++++++++---------- .../userAccounts-firstTimeExternal.ftl | 40 ++++----- .../body/accounts/userAccounts-myAccount.ftl | 42 +++++---- 4 files changed, 122 insertions(+), 130 deletions(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 72d88f89d..2190b8964 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -52,55 +52,53 @@
-
+
Add new account + + + - - - + + - - + + - - + <#include "userAccounts-associateProfilePanel.ftl"> - <#include "userAccounts-associateProfilePanel.ftl"> +

Roles *

+ <#list roles as role> + checked /> + +
+ -

Roles *

- <#list roles as role> - checked /> - -
- + <#if emailIsEnabled??> +

+ Note: An email will be sent to the address entered above + notifying that an account has been created. + It will include instructions for activating the account and creating a password. +

+ <#else> + + + + + +
+ + + + + +
+

Minimum of ${minimumLength} characters in length.

+ - <#if emailIsEnabled??> -

- Note: An email will be sent to the address entered above - notifying that an account has been created. - It will include instructions for activating the account and creating a password. -

- <#else> - - - - - -
- - - - - -
-

Minimum of ${minimumLength} characters in length.

- + or Cancel - or Cancel - -

* required fields

-
-
+

* required fields

+
${stylesheets.add('')} diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 6b6749ffb..684bf5698 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -52,61 +52,59 @@
-
+
Edit new account + + + - - - + + - - + + - - + <#include "userAccounts-associateProfilePanel.ftl"> - <#include "userAccounts-associateProfilePanel.ftl"> + <#if roles?has_content> +

Roles *

+ <#list roles as role> + checked /> + +
+ + - <#if roles?has_content> -

Roles *

- <#list roles as role> - checked /> - -
- - + <#if emailIsEnabled??> + checked /> + - <#if emailIsEnabled??> - checked /> - +

+ Note: Instructions for resetting the password will + be emailed to the address entered above. The password will not + be reset until the user follows the link provided in this email. +

+ <#else> + + + + + +
+ + + + + +
+

Minimum of ${minimumLength} characters in length.

+

Leaving this blank means that the password will not be changed.

+ -

- Note: Instructions for resetting the password will - be emailed to the address entered above. The password will not - be reset until the user follows the link provided in this email. -

- <#else> - - - - - -
- - - - - -
-

Minimum of ${minimumLength} characters in length.

-

Leaving this blank means that the password will not be changed.

- + or Cancel - or Cancel - -

* required fields

-
-
+

* required fields

+
${stylesheets.add('')} diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl index c77af6dc5..0a5346c28 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternal.ftl @@ -32,32 +32,30 @@
-
-

Please provide your contact information to finish creating your account.

+

Please provide your contact information to finish creating your account.

-
- - - - - + + + + + + - - + + - - + + - <#if emailIsEnabled??> -

- Note: An email will be sent to the address entered above notifying - that an account has been created. -

- + <#if emailIsEnabled??> +

+ Note: An email will be sent to the address entered above notifying + that an account has been created. +

+ - or Cancel -
-
+ or Cancel +
${stylesheets.add('')} diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl index 6039dc282..9bfa10418 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl @@ -58,36 +58,34 @@
-
+
My account + + + - - - +

Note: if email changes, a confirmation email will be sent to the new email address entered above.

+ + + -

Note: if email changes, a confirmation email will be sent to the new email address entered above.

- - - + + - - + <#if !externalAuth??> + + - <#if !externalAuth??> - - +

Minimum of ${minimumLength} characters in length. Leaving this blank means that the password will not be changed.

-

Minimum of ${minimumLength} characters in length. Leaving this blank means that the password will not be changed.

+ + + - - - +

-

- -

* required fields

-
-
+

* required fields

+
${stylesheets.add('')}