NIHVIVO-3815, 3816, 3822 modified default type value in educational training ftl, fixed placeholder text issue with presentations, now display end date in list view when no start date with grants
This commit is contained in:
parent
88bba25bc6
commit
61d77d16c7
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
</#local>
|
||||
|
||||
<#local dateTime>
|
||||
<#if statement.dateTimeStartRole?has_content >
|
||||
<#if statement.dateTimeStartRole?has_content || statement.dateTimeEndRole?has_content>
|
||||
<@dt.yearIntervalSpan "${statement.dateTimeStartRole!}" "${statement.dateTimeEndRole!}" />
|
||||
<#else>
|
||||
<@dt.yearIntervalSpan "${statement.dateTimeStartGrant!}" "${statement.dateTimeEndGrant!}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue