From 10b1d1e57de40bea1e6737522c5460f6f7991a34 Mon Sep 17 00:00:00 2001 From: tworrall Date: Fri, 15 Jul 2011 16:41:55 +0000 Subject: [PATCH] label on externalAuthID field will now change depending on whether the matching property is being used or not --- .../body/accounts/userAccounts-associateProfilePanel.ftl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl index 583d3593d..a11ee3412 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl @@ -7,10 +7,16 @@ ${stylesheets.add('
- + <#if showAssociation??> +

Can be used to associate the account with the user's profile via the matching property.

+ <#else> + + + +
<#-- If there is an associated profile, show these -->