Commit a88f8d57 by chenith

Updated - HT002 - View Jobs : title changed to reflect filter.

parent 1f3f9fee
...@@ -48,7 +48,9 @@ ...@@ -48,7 +48,9 @@
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/> <oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="jobs-list-shorting"> <div class="jobs-list-shorting">
<div class="d-job-title all-jobs-title">All Jobs</div> <div class="d-job-title all-jobs-title">
<%= jobStatus == null ? "All" : jobStatus.getDescription() %> Jobs
</div>
<div class="job-filter"> <div class="job-filter">
<ul class=""> <ul class="">
<li class="lable-job-shorting">showing</li> <li class="lable-job-shorting">showing</li>
......
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