Merge to Trunk. Fixing last name label NIHVIVO-947
This commit is contained in:
parent
0b09e4c0bd
commit
ad3bb62b75
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ parameter set up by editRequestDispatch.
|
||||||
|
|
||||||
<c:if test="${isPersonType}">
|
<c:if test="${isPersonType}">
|
||||||
<v:input type="text" label="First Name ${requiredHint}" id="firstName" size="30" />
|
<v:input type="text" label="First Name ${requiredHint}" id="firstName" size="30" />
|
||||||
<v:input type="text" label="lastName ${requiredHint}" id="lastName" size="30" />
|
<v:input type="text" label="Last Name ${requiredHint}" id="lastName" size="30" />
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:set var="submitLabel" value="Create ${typeName}" />
|
<c:set var="submitLabel" value="Create ${typeName}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue