NIHVIVO-1316: Added add/edit/delete functionality to object properties in individual pages.

This commit is contained in:
mb863 2011-01-11 19:58:40 +00:00
parent 84f5b029fa
commit bf10a0fadd
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -2,7 +2,7 @@
<header id="branding" role="banner">
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h1>
<!-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
<#-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
<#if siteTagline?has_content>
<em>${siteTagline}</em>
</#if>-->