NIHVIVO-2279 in add/edit forms, change field name from "degreeUri" to "newProfileClassUri".
This commit is contained in:
parent
644e73b6ac
commit
7ab20aaeec
4 changed files with 5 additions and 5 deletions
|
@ -38,10 +38,10 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/auto
|
|||
<p> - or - </p>
|
||||
<p>
|
||||
<label for="">Create the associated profile</label>
|
||||
<select name="degreeUri" id="degreeUri" >
|
||||
<select name="newProfileClassUri" id="newProfileClassUri" >
|
||||
<option value="" selected="selected">Select one</option>
|
||||
<#list profileTypes?keys as key>
|
||||
<option value="${key}" <#if degreeUri = key> selected </#if> >${profileTypes[key]}</option>
|
||||
<option value="${key}" <#if newProfileClassUri = key> selected </#if> >${profileTypes[key]}</option>
|
||||
</#list>
|
||||
</select>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue