From 8e94e7a4e30929ebb8859a65ff48c390ec8cb80c Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 15 Jun 2011 20:10:01 +0000 Subject: [PATCH] NIHVIVO-2705 correct the selection of existing roles. --- .../web/templates/freemarker/body/accounts/userAccounts-add.ftl | 2 +- .../templates/freemarker/body/accounts/userAccounts-edit.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 5106ca8d8..5013f2bfa 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -70,7 +70,7 @@

Roles *

<#list roles as role> - selected /> + checked />
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 816a6306a..2e5ae7a48 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -70,7 +70,7 @@

Roles *

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