NIHVIVO-1316: Added add/edit/delete functionality to object properties in individual pages.
This commit is contained in:
parent
84f5b029fa
commit
bf10a0fadd
2 changed files with 4 additions and 4 deletions
|
@ -35,8 +35,8 @@
|
||||||
<#assign addUrl = email.addUrl>
|
<#assign addUrl = email.addUrl>
|
||||||
<#if addUrl??>
|
<#if addUrl??>
|
||||||
<h3>email.name</h3> <@addLink >
|
<h3>email.name</h3> <@addLink >
|
||||||
</#if>
|
</#if>-->
|
||||||
-->
|
|
||||||
<ul id="individual-email" role="list">
|
<ul id="individual-email" role="list">
|
||||||
<#list email.statements as statement>
|
<#list email.statements as statement>
|
||||||
<li role="listitem">
|
<li role="listitem">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<header id="branding" role="banner">
|
<header id="branding" role="banner">
|
||||||
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h1>
|
<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>
|
<#if siteTagline?has_content>
|
||||||
<em>${siteTagline}</em>
|
<em>${siteTagline}</em>
|
||||||
</#if>-->
|
</#if>-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue