diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index be8ae20ba..ad2099f6f 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -355,4 +355,8 @@ div.sparqlform .parenthetical { display: block; background: #FFF6BF; color: #7F7034; +} +.note { + font-size: .8em; + line-height: 1.3em; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 8b3de3b17..58bbca38c 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -2,7 +2,7 @@ <#-- Template for adding a user account --> -

Add new account

+

Add new account

<#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." /> @@ -24,18 +24,6 @@ <#assign errorMessage = "You must select a role." /> - <#if errorPasswordIsEmpty??> - <#assign errorMessage = "No password supplied." /> - - - <#if errorPasswordIsWrongLength??> - <#assign errorMessage = "Password must be between 6 and 12 characters." /> - - - <#if errorPasswordsDontMatch??> - <#assign errorMessage = "Passwords do not match." /> - - <#if errorMessage?has_content> -
- Email address * -
- -
- First name * -
- -
- Last name * -
- -
-
- Roles * -
- <#list roles as role> - checked />${role.label} -
- -
- - <#if !emailIsEnabled??> - Initial password * - -
- Confirm initial password * - -
- - - Associate a profile with this account -
- checked />Yes -
- checked />No -
- - <#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. -

- - - - or Cancel -
+
+
+ Add new account + +
+ + + + + + + + + +

Roles *

+ <#list roles as role> + selected /> + +
+ + +

Associate a profile with this account

+ checked id="associate" /> + + + checked id="no-associate" /> + + +
+ + + +

+ 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. +

+ + or Cancel + +

* required fields

+
+
+
+ +${stylesheets.add('')} \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 95dc4a47f..9df6b9905 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -2,5 +2,5 @@ <#-- Template for editing a user account --> -

Edit user account

+

Edit user account

diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index d4cc2cc31..d59d8d20b 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -2,7 +2,7 @@ <#-- Template for displaying list of user accounts --> -
+ <#--current page:
--> @@ -38,7 +38,7 @@ -->
-
+

Account |

@@ -75,7 +75,7 @@ -
+
@@ -96,7 +96,7 @@ } - +