VIVO-341: new custom form et all for preferred title

This commit is contained in:
tworrall 2013-10-10 14:53:01 -04:00
parent aa72757cb8
commit 30b0844a1d

View file

@ -170,6 +170,8 @@ name will be used as the label. -->
<#local url = statement.editUrl + "&emailUri=" + "${statement.email!}">
<#elseif propertyName?contains("full name")>
<#local url = statement.editUrl + "&fullNameUri=" + "${statement.fullName!}">
<#elseif propertyName?contains("preferred title")>
<#local url = statement.editUrl + "&titleUri=" + "${statement.title!}">
</#if>
<#else>
<#local url = statement.editUrl>