NIHVIVO-193 Tweaks to styles of position history form (view 1)
This commit is contained in:
parent
dd96daadad
commit
2bf6bd35ab
3 changed files with 21 additions and 2 deletions
14
productMods/edit/forms/js/personHasPositionHistory.js
Normal file
14
productMods/edit/forms/js/personHasPositionHistory.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
var personHasPositionHistory = {
|
||||
|
||||
onLoad: function() {
|
||||
$("#newOrg").hide();
|
||||
$("#position").hide();
|
||||
$("#submit").val("Continue");
|
||||
}
|
||||
};
|
||||
|
||||
$(document).ready(function(){
|
||||
personHasPositionHistory.onLoad();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue