From 750c8f456e8c3158cc6b035ee1d80f4fd87fe5d7 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 14 Jul 2011 20:58:07 +0000 Subject: [PATCH] took the pwd and conf pwd fields out of the table element and vertically stacked them --- .../body/accounts/userAccounts-add.ftl | 19 +++++-------------- .../body/accounts/userAccounts-edit.ftl | 18 +++++------------- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 8164f6bbc..394384824 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -80,21 +80,12 @@

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

Minimum of ${minimumLength} characters in length.

+ +
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 59ef14edc..0615d105e 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -87,21 +87,13 @@ <#else>
class="hidden" > - - - - - - -
- - -   - - -
+ + +

Minimum of ${minimumLength} characters in length.

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

+ +