NIHVIVO-2705 correct the selection of existing roles.
This commit is contained in:
parent
2bfb79995e
commit
8e94e7a4e3
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<p>Roles<span class="requiredHint"> *</span> </p>
|
<p>Roles<span class="requiredHint"> *</span> </p>
|
||||||
<#list roles as role>
|
<#list roles as role>
|
||||||
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>selected</#if> />
|
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>checked</#if> />
|
||||||
<label class="inline" for="${role.label}"> ${role.label}</label>
|
<label class="inline" for="${role.label}"> ${role.label}</label>
|
||||||
<br />
|
<br />
|
||||||
</#list>
|
</#list>
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<p>Roles<span class="requiredHint"> *</span> </p>
|
<p>Roles<span class="requiredHint"> *</span> </p>
|
||||||
<#list roles as role>
|
<#list roles as role>
|
||||||
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>selected</#if> />
|
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>checked</#if> />
|
||||||
<label class="inline" for="${role.label}"> ${role.label}</label>
|
<label class="inline" for="${role.label}"> ${role.label}</label>
|
||||||
<br />
|
<br />
|
||||||
</#list>
|
</#list>
|
||||||
|
|
Loading…
Add table
Reference in a new issue