Improvements to handling of required hints in customForm.js

This commit is contained in:
rjy7 2010-04-13 18:50:38 +00:00
parent a81c768bb6
commit b8ccb8d9ef
4 changed files with 39 additions and 28 deletions

View file

@ -372,7 +372,7 @@ the type still gets asserted. --%>
<div class="relatedIndividual">
<div class="existing">
<v:input type="select" label="Organization Granting Degree" labelClass="required" id="organizationUri" /><span class="existingOrNew">or</span>
<v:input type="select" label="Organization Granting Degree ${requiredHint}" id="organizationUri" /><span class="existingOrNew">or</span>
</div>
<div class="addNewLink">
@ -383,8 +383,8 @@ the type still gets asserted. --%>
<a class="close" href="#">cancel</a>
<h6>Add a New Organization</h6>
<v:input type="text" label="Organization Name" labelClass="required" id="newOrgName" size="30" />
<v:input type="select" label="Select Organization Type" labelClass="required" id="newOrgType" />
<v:input type="text" label="Organization Name ${requiredHint}" id="newOrgName" size="30" />
<v:input type="select" label="Select Organization Type ${requiredHint}" id="newOrgType" />
</div>
</div>