NIHVIVO-1386 Self-editors don't get SiteAdmin link in top nav. They also don't get revision info link in footer. Implemented with new User template model class. Changed tests for loginName, showFlag1Status in templates to use this object.
This commit is contained in:
parent
130b641081
commit
ca6ab8288e
18 changed files with 225 additions and 77 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
<#-- Template for property listing on individual profile page -->
|
||||
|
||||
<#if individual.propertyGroups??>
|
||||
|
||||
<#elseif individual.properties??>
|
||||
|
||||
</#if>
|
||||
<#--
|
||||
<#assign properties = individual.propertyList>
|
||||
-->
|
|
@ -71,9 +71,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
|
||||
<#include "individual-properties.ftl">
|
||||
|
||||
|
||||
<#-- Keywords -->
|
||||
<#if individual.keywords?has_content>
|
||||
<p id="keywords">Keywords: ${individual.keywordString}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue