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:
parent
e0f3879df0
commit
a724147895
1 changed files with 6 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue