Commit 645557b3 by Saliya Randunu

changes in job review page

parent 1ffe5cb4
......@@ -6351,4 +6351,6 @@ input{
.select-plan.disabled button{
background-color: #939393 !important;
border-color: #939393 !important;
}
\ No newline at end of file
}
.blue-label {color: #03a0e7;}
\ No newline at end of file
......@@ -58,7 +58,7 @@
<div class="create-job">
<div class="form-page-section">
<div class="form-group">
<label class="label-16">Job Details</label>
<label class="label-16 blue-label">Job Details</label>
<oneit:button value="EDIT" name="gotoPage" cssClass="add-more-btn review-edit-btn pull-right" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", firstPage)
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
......@@ -211,11 +211,12 @@
</span>
</div>
</div>
<div class="form-brack-line-sub"></div>
</div>
<div class="form-page-section darkbg">
<div class="form-group">
<label class="label-16">Requirements</label>
<label class="label-16 blue-label">Requirements</label>
<oneit:button value="EDIT" name="gotoPage" cssClass="add-more-btn review-edit-btn pull-right" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", secondPage)
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
......@@ -257,9 +258,10 @@
<% }
}
%>
</div>
<div class="form-page-section">
<div class="form-group">
<label class="label-16">Culture</label>
<label class="label-16 blue-label">Culture</label>
<oneit:button value="EDIT" name="gotoPage" cssClass="add-more-btn review-edit-btn pull-right" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", thirdPage)
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment