Commit 7d809fcf by Nilu

temp disabling on toggle to show own jobs and all jobs on home page

parent 13d7bb8b
......@@ -51,6 +51,7 @@
searchHome.setHiringTeam(hiringTeam);
searchHome.setCompanyUser(companyUser);
searchHome.setShowAllJobs(true);
if(allJobs == null)
{
......@@ -163,7 +164,7 @@
<div class="second-part">
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="d-job-title">Your Open Jobs</div>
<div class ="form-group">
<%-- <div class ="form-group">
<label>Show all open jobs for team</label>
<span class="pull-right">
<label class="switch">
......@@ -175,6 +176,7 @@
<oneit:button value="Search" name="search" cssClass="hide"/>
</span>
</div>
--%>
<%
if(recentJobs.isEmpty())
{
......
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