NIHVIVO-1885: Fixed: Links to organizations in person's Positions list are not colored like other property links

This commit is contained in:
mb863 2011-01-24 17:43:56 +00:00
parent 0c9a7114fa
commit 84e0df4952
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@
<#assign positions = propertyGroups.getPropertyAndRemoveFromList("${core}personInPosition")!> <#assign positions = propertyGroups.getPropertyAndRemoveFromList("${core}personInPosition")!>
<#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> <#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<h2 id="${positions.localName}">${positions.name?capitalize} <@p.addLink positions editable /></h2> <h2 id="${positions.localName}">${positions.name?capitalize} <@p.addLink positions editable /></h2>
<ul class="individual-positions" role="list"> <ul id="individual-positions" role="list">
<@p.objectProperty positions editable /> <@p.objectProperty positions editable />
</ul> </ul>
</#if> </#if>

View file

@ -1200,7 +1200,7 @@ h1.fn .preferred-title {
} }
ul#individual-positions{ ul#individual-positions{
font-size: 1em; font-size: 1em;
list-style: url(../../../images/individual/arrow-green.gif); list-style: url("../../../images/individual/arrow-green.gif");
} }
ul#individual-positions li{ ul#individual-positions li{
line-height: 1.4em; line-height: 1.4em;