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,16 +172,17 @@ ...@@ -172,16 +172,17 @@
</div> </div>
</div> </div>
</div> </div>
<div class="relocate-warning-box"> <oneit:recalcClass htmlTag="div" classScript="candidate.isFarFromJob() ? 'show': 'hide'" candidate="<%= candidate %>">
<p> <div class="relocate-warning-box">
<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).
</p> </p>
<p> <p>
Are you prepared to relocate for this position? Are you prepared to relocate for this position?
</p> </p>
<div class="styled_checkboxes"> <div class="styled_checkboxes">
<div class="checkbox checkbox-primary"> <div class="checkbox checkbox-primary">
<oneit:ormInput obj="<%= candidate %>" id="happy-to-relocate" attributeName="HappyToRelocate" type="checkbox" /> <oneit:ormInput obj="<%= candidate %>" id="happy-to-relocate" attributeName="HappyToRelocate" type="checkbox" />
<oneit:recalcClass htmlTag="span" classScript="candidate.showHappyToRelocate() ? 'checked': 'unchecked'" candidate="<%= candidate %>"> <oneit:recalcClass htmlTag="span" classScript="candidate.showHappyToRelocate() ? 'checked': 'unchecked'" candidate="<%= candidate %>">
...@@ -191,8 +192,10 @@ ...@@ -191,8 +192,10 @@
</oneit:recalcClass> </oneit:recalcClass>
</div> </div>
</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