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!}" />
|
||||
|
|
|
@ -143,7 +143,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
|||
<input class="acUriReceiver" type="hidden" id="conferenceUri" name="existingConference" value="${conferenceValue}" ${flagClearLabelForExisting}="true" />
|
||||
</div>
|
||||
<p>
|
||||
<h4>Years of Participation in ###</h4>
|
||||
<h4 class="label">Years of Participation in ###</h4>
|
||||
</p>
|
||||
<#--Need to draw edit elements for dates here-->
|
||||
<#assign htmlForElements = editConfiguration.pageData.htmlForElements />
|
||||
|
|
|
@ -167,7 +167,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
|||
<select name="trainingType" style="margin-top:-2px" >
|
||||
<option value="" <#if trainingTypeValue == "">selected</#if>>Select one</option>
|
||||
<#list trainingTypeOpts?keys as key>
|
||||
<option value="${key}" <#if trainingTypeValue == key>selected</#if>>${trainingTypeOpts[key]}</option>
|
||||
<option value="${key}" <#if trainingTypeValue == key>selected</#if>><#if trainingTypeOpts[key] == "Other">Academic Studies or Other Training<#else>${trainingTypeOpts[key]}</#if></option>
|
||||
</#list>
|
||||
</select>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue