Restored setting of disabled values in edit mode that was inadvertently removed from a previous commit
This commit is contained in:
parent
f7340a5c38
commit
8b00b33c1b
2 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision)
|
||||||
<c:set var="titleVerb" value="Edit" />
|
<c:set var="titleVerb" value="Edit" />
|
||||||
<c:set var="title" value="Edit educational background entry for ${subjectName}" />
|
<c:set var="title" value="Edit educational background entry for ${subjectName}" />
|
||||||
<c:set var="submitButtonText" value="Edit Education and Training" />
|
<c:set var="submitButtonText" value="Edit Education and Training" />
|
||||||
<c:set var="disabledVal">${editMode == "repair" ? "" : "" }</c:set>
|
<c:set var="disabledVal">${editMode == "repair" ? "" : "disabled" }</c:set>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
|
|
|
@ -245,7 +245,7 @@
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<c:set var="titleVerb" value="Edit" />
|
<c:set var="titleVerb" value="Edit" />
|
||||||
<c:set var="submitButtonText" value="Edit Position" />
|
<c:set var="submitButtonText" value="Edit Position" />
|
||||||
<c:set var="disabledVal">${editMode == "repair" ? "" : "" }</c:set>
|
<c:set var="disabledVal">${editMode == "repair" ? "" : "disabled" }</c:set>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue