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:
tworrall 2012-06-26 17:44:06 +00:00
parent 88bba25bc6
commit 61d77d16c7
3 changed files with 3 additions and 3 deletions

View file

@ -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!}" />