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