Commit c6c7134a by Nilu

S12520241 # Client - Incoming Issues (raised by Client) #Google Location on job but not Applicant

hiding distant related information for now
parent 1c213b96
...@@ -183,4 +183,9 @@ public class Candidate extends BaseCandidate ...@@ -183,4 +183,9 @@ public class Candidate extends BaseCandidate
{ {
return isTrue(getConditionsAgreed()); return isTrue(getConditionsAgreed());
} }
public boolean isFarFromJob()
{
return false;
}
} }
\ No newline at end of file
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
</div> </div>
</div> </div>
</div> </div>
<oneit:recalcClass htmlTag="div" classScript="candidate.isFarFromJob() ? 'show': 'hide'" candidate="<%= candidate %>">
<div class="relocate-warning-box"> <div class="relocate-warning-box">
<p> <p>
We noticed that your location is different to the location of the job (Melbourne, 3000). We noticed that your location is different to the location of the job (Melbourne, 3000).
...@@ -193,6 +194,8 @@ ...@@ -193,6 +194,8 @@
</div> </div>
<span class="warning-icon"></span> <span class="warning-icon"></span>
</div> </div>
</oneit:recalcClass>
<% <%
if(isVerify) if(isVerify)
{ {
......
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