VIVO-559: add abiliy to delete degree candidacy in edit mode
This commit is contained in:
parent
a9b3bfd9c2
commit
0b51403690
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
|||
|
||||
<#assign degreeOpts = editConfiguration.pageData.degree />
|
||||
<select name="degree" id="degreeUri" >
|
||||
<option value="" <#if degreeValue = "">selected</#if>>${i18n().select_one}</option>
|
||||
<option value="${blankSentinel}" <#if degreeValue = "">selected</#if>>${i18n().select_one}</option>
|
||||
<#list degreeOpts?keys as key>
|
||||
<option value="${key}" <#if degreeValue = key>selected</#if>>${degreeOpts[key]}</option>
|
||||
</#list>
|
||||
|
|
|
@ -114,7 +114,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
|||
</#list>
|
||||
<#else>
|
||||
<select id="selector" name="advisingRelType" ${disabledVal} >
|
||||
<option value="" selected="selected">${i18n().select_one}</option>
|
||||
<option value="${blankSentinel}" selected="selected">${i18n().select_one}</option>
|
||||
<#list advisingRelTypeOpts?keys as key>
|
||||
<option value="${key}" <#if advisingRelTypeValue = key>selected</#if>>${advisingRelTypeOpts[key]}</option>
|
||||
</#list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue