Commit bff533c6 by Saliya Randunu

S12519869 # Client - Incoming Issues (raised by Client) #The Showing filter does…

S12519869 # Client - Incoming Issues (raised by Client) #The Showing filter does not use correct values
parent 4e0866c5
...@@ -5029,7 +5029,7 @@ img.alert-icon {float: left;} ...@@ -5029,7 +5029,7 @@ img.alert-icon {float: left;}
.appli-status-short{width: 170px;} .appli-status-short{width: 170px;}
.appli-status-short select{width:100%;} .appli-status-short select{width:100%;}
.complete-page-footer {margin-bottom: 109px;} .complete-page-footer {margin-bottom: 109px;}
.userPic {margin-right: 16px;position: relative;top: -1px;} .userPic {margin-right: 16px;position: relative;top: -1px;width: 20px;}
.mobile-hide {display: inline-block;} .mobile-hide {display: inline-block;}
.show-mobile-title{display: none;} .show-mobile-title{display: none;}
.show-mobile{display: none;} .show-mobile{display: none;}
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
border-radius: 50%; border-radius: 50%;
border:2px solid #fff; border:2px solid #fff;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/missinreq.png'); background-size:25px; background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/no_req.png'); background-size:25px;
} }
.essential-requirements-note {height: 34px;border-top: 1px solid #ECECEE;;width:100%; .essential-requirements-note {height: 34px;border-top: 1px solid #ECECEE;;width:100%;
font-size: 10px;left:0;bottom: 0;padding-top: 15px; } font-size: 10px;left:0;bottom: 0;padding-top: 15px; }
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
position: absolute; position: absolute;
padding: 0; padding: 0;
display: block; display: block;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/reqgreen.png'); background-size:19px; background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/has_req.png'); background-size:19px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
position: absolute; position: absolute;
padding: 0; padding: 0;
display: block; display: block;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/missinreq.png'); background-size:19px; background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/no_req.png'); background-size:19px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 0; padding: 0;
display: block; display: block;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/missinreq.png'); background-size:21px; background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/no_req.png'); background-size:21px;
} }
.all-req-icon { .all-req-icon {
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 0; padding: 0;
display: block; display: block;
background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/reqgreen.png'); background-size:21px; background-image : url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/has_req.png'); background-size:21px;
} }
.a-label-row { .a-label-row {
margin-bottom: 10px; margin-bottom: 10px;
......
...@@ -132,8 +132,8 @@ ...@@ -132,8 +132,8 @@
long criteriaVal = jobApplication.getRequirementFitScore(); long criteriaVal = jobApplication.getRequirementFitScore();
String criteria = FormatUtils.stringify(criteriaVal, "PercentageWholeNumber", "0"); String criteria = FormatUtils.stringify(criteriaVal, "PercentageWholeNumber", "0");
boolean missingReq = jobApplication.hasFailedEssentialRequirements(); boolean missingReq = jobApplication.hasFailedEssentialRequirements();
String iconBg = "background-image : url('file://" + PDFUtils.FILE_BASE_PATH + "/images/reqgreen.png'); "; String iconBg = "background-image : url('file://" + PDFUtils.FILE_BASE_PATH + "/images/has_req.png'); ";
if (missingReq) iconBg = "background-image : url('file://" + PDFUtils.FILE_BASE_PATH + "/images/missinreq.png');" ; if (missingReq) iconBg = "background-image : url('file://" + PDFUtils.FILE_BASE_PATH + "/images/no_req.png');" ;
%> %>
<div class="appli-jcs appli-l eq-second-height"> <div class="appli-jcs appli-l eq-second-height">
<span class="appli-view-bar"> <span class="appli-view-bar">
......
...@@ -143,10 +143,10 @@ ...@@ -143,10 +143,10 @@
} }
.requirements-icon.red{ .requirements-icon.red{
background-image: url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/missinreq.png'); background-image: url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/no_req.png');
} }
.requirements-icon.green{ .requirements-icon.green{
background-image: url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/reqgreen.png'); background-image: url('file://<%= PDFUtils.FILE_BASE_PATH %>/images/has_req.png');
} }
.red-requirements {color: #F9623D;} .red-requirements {color: #F9623D;}
.green-requirements {color: #67B413;} .green-requirements {color: #67B413;}
......
...@@ -115,13 +115,13 @@ ...@@ -115,13 +115,13 @@
%> %>
<div class="shorting-dropdown"> <div class="shorting-dropdown">
<span class="appli-order-label">Showing</span> <span class="appli-order-label">Showing</span>
<select class="form-control" onChange="location=this.value"> <select class="form-control status-img" onChange="location=this.value">
<% <%
for (ApplicationFilter applicationFilter : ApplicationFilter.getApplicationFilterArray()) for (ApplicationFilter applicationFilter : ApplicationFilter.getApplicationFilterArray())
{ {
String optionLink = applicantsPage + "&ApplicationFilter=" + applicationFilter.getName(); String optionLink = applicantsPage + "&ApplicationFilter=" + applicationFilter.getName();
%> %>
<option <%= (appFilter != null && appFilter == applicationFilter ? "selected" : "" )%> value="<%= optionLink %>"> <option data-image="images/<%= applicationFilter.getName().toLowerCase() %>.png" <%= (appFilter != null && appFilter == applicationFilter ? "selected" : "" )%> value="<%= optionLink %>">
<oneit:toString value="<%= applicationFilter.getDescription() %>" mode="EscapeHTML"/> <oneit:toString value="<%= applicationFilter.getDescription() %>" mode="EscapeHTML"/>
</option> </option>
<% <%
......
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