NIHVIVO-1332 Move edit links following object property statement (UI team request). Compute edit and delete access rights in advance, since edit url may need a deleteProhibited param.

This commit is contained in:
rjy7 2011-01-11 18:02:34 +00:00
parent e0f3879df0
commit a724147895

View file

@ -31,6 +31,12 @@
<#-- Email -->
<#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!>
<#if email?has_content>
<#-- Show property label if we can add one
<#assign addUrl = email.addUrl>
<#if addUrl??>
<h3>email.name</h3> <@addLink >
</#if>
-->
<ul id="individual-email" role="list">
<#list email.statements as statement>
<li role="listitem">