label was displaying incorrect variable
This commit is contained in:
parent
33cf3c4bfa
commit
fccbc1d991
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
|
|
||||||
<div class="fullViewOnly">
|
<div class="fullViewOnly">
|
||||||
<p>
|
<p>
|
||||||
<label for="relatedIndLabel">${roleDescriptor?capitalize} Name ${requiredHint}</label>
|
<label for="relatedIndLabel">### Name ${requiredHint}</label>
|
||||||
<input class="acSelector" size="50" type="text" id="relatedIndLabel" name="activityLabel" value="${activityLabelValue}"
|
<input class="acSelector" size="50" type="text" id="relatedIndLabel" name="activityLabel" value="${activityLabelValue}"
|
||||||
<#if disabledVal?has_content>
|
<#if disabledVal?has_content>
|
||||||
disabled=${disabledVal}
|
disabled=${disabledVal}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue