[VIVO-1080] Add position information to manage people in organization
This commit is contained in:
parent
9c5b8f5c29
commit
b1979d24c9
2 changed files with 15 additions and 8 deletions
|
@ -21,7 +21,7 @@ ${i18n().check_people_to_exclude}
|
|||
<ul >
|
||||
<#list peeps as person>
|
||||
<li>
|
||||
<input type="checkbox" class="itemCheckbox" <#if person.hideThis??>checked</#if> />${person.name}
|
||||
<input type="checkbox" class="itemCheckbox" <#if person.hideThis??>checked</#if> />${person.name}<#if person.positionLabel??> <span class="listEmphasis">${person.positionLabel}</span></#if>
|
||||
</li>
|
||||
<script type="text/javascript">
|
||||
itemData.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue