Added "cancel" link to add new organization box on edit version of position history custom form. Previously had only been present on educational background form. Removed the link in non-Javascript version.
This commit is contained in:
parent
a5f9d133c0
commit
d255909f3b
4 changed files with 17 additions and 9 deletions
|
@ -375,9 +375,7 @@ the org type still gets asserted. --%>
|
|||
</div>
|
||||
|
||||
<div class="new">
|
||||
<a class="close" href="#">cancel</a>
|
||||
<h6>Add a New Organization</h6>
|
||||
|
||||
<v:input type="text" label="Organization Name ${requiredHint}" id="newOrgName" size="30" />
|
||||
<v:input type="select" label="Select Organization Type ${requiredHint}" id="newOrgType" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue