Added delete button to article page
This commit is contained in:
parent
e201890a1f
commit
d87cf361d7
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
|||
<h1 itemprop="name" class="vcard foaf-person fn" <#if !editable>style="border-right:1px solid #A6B1B0;"</#if>>
|
||||
<#-- Label -->
|
||||
<@p.label individual editable labelCount localesCount/>
|
||||
<#if editable>
|
||||
<@p.deleteIndividualLink individual />
|
||||
</#if>
|
||||
</h1>
|
||||
<#-- Display preferredTitle if it exists; otherwise mostSpecificTypes -->
|
||||
<#assign title = propertyGroups.pullProperty("http://purl.obolibrary.org/obo/ARG_2000028","http://www.w3.org/2006/vcard/ns#Title")!>
|
||||
|
|
Loading…
Add table
Reference in a new issue