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