NIHVIVO-1895 Show placeholder image for non-person individual when displaying an add link for an image
This commit is contained in:
parent
2d45d7041b
commit
fa14d326b0
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,12 @@
|
||||||
|
|
||||||
<section id="share-contact" role="region">
|
<section id="share-contact" role="region">
|
||||||
<#-- Image -->
|
<#-- Image -->
|
||||||
<@p.imageLinks individual propertyGroups namespaces editable "${urls.images}/placeholders/person.thumbnail.jpg" />
|
<@p.imageLinks individual=individual
|
||||||
|
propertyGroups=propertyGroups
|
||||||
|
namespaces=namespaces
|
||||||
|
editable=editable
|
||||||
|
showPlaceholder="always"
|
||||||
|
placeholder="${urls.images}/placeholders/person.thumbnail.jpg" />
|
||||||
|
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<ul id ="individual-tools-people" role="list">
|
<ul id ="individual-tools-people" role="list">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue