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/css/personHasPositionHistory.css
Normal file
14
productMods/edit/forms/css/personHasPositionHistory.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
|
#content form {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#orgNotListed {
|
||||||
|
float: right;
|
||||||
|
margin-right: 20em;
|
||||||
|
width: 200px;
|
||||||
|
padding: 10px 0px 10px 16px;
|
||||||
|
border: 1px solid #9c9c9c;
|
||||||
|
|
||||||
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
var personHasPositionHistory = {
|
var personHasPositionHistory = {
|
||||||
|
|
||||||
onLoad: function() {
|
onLoad: function() {
|
|
@ -230,8 +230,11 @@
|
||||||
submitLabel = "Create new position history entry";
|
submitLabel = "Create new position history entry";
|
||||||
}
|
}
|
||||||
|
|
||||||
List<String> customJs = new ArrayList<String>(Arrays.asList("../js/customForms/personHasPositionHistory.js"));
|
List<String> customJs = new ArrayList<String>(Arrays.asList("forms/js/personHasPositionHistory.js"));
|
||||||
request.setAttribute("customJs", customJs);
|
request.setAttribute("customJs", customJs);
|
||||||
|
|
||||||
|
List<String> customCss = new ArrayList<String>(Arrays.asList("forms/css/personHasPositionHistory.css"));
|
||||||
|
request.setAttribute("customCss", customCss);
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<jsp:include page="${preForm}" />
|
<jsp:include page="${preForm}" />
|
||||||
|
@ -240,7 +243,7 @@
|
||||||
|
|
||||||
<form action="<c:url value="/edit/processRdfForm2.jsp"/>" >
|
<form action="<c:url value="/edit/processRdfForm2.jsp"/>" >
|
||||||
<div id="orgNotListed">
|
<div id="orgNotListed">
|
||||||
If your organization is not listed, please <a href="#">add a new organization</a>
|
If your organization is not listed, please <a href="#">add a new organization</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="existingOrg">
|
<div id="existingOrg">
|
||||||
|
|
Loading…
Add table
Reference in a new issue