Commit a98056e1 by Nilu

HT002 - Filter/Showing order should be ‘All Jobs’, ‘Open’, **'Closed'**, ‘Filled’, ‘Draft’

parent 0cb77fda
......@@ -63,10 +63,6 @@
<%
for (JobStatus status : Utils.getJobStatusesForClient())
{
if(status == JobStatus.COMPLETE)
{
continue;
}
%>
<li class="<%= (jobStatus != null && jobStatus == status ? "active" : "" )%>">
<oneit:button value="<%= status.getDescription() %>" name="navigateBetweenStatus" skin="link"
......
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