Commit 5c013a57 by Nilu

HT003/HT005/HT006/HT055 - In the header, indicate if the job's selected Role…

HT003/HT005/HT006/HT055 - In the header, indicate if the job's selected Role Type is Express or Comprehensive
parent afce584f
......@@ -2716,7 +2716,7 @@ a.forgot-pass {
text-align: left;
font-size: 26px;
font-weight: 300;
margin-bottom: 24px;
margin-bottom: 15px;
}
.chief-officer span{
color: #ffffff;
......@@ -4613,7 +4613,7 @@ img.alert-icon {float: left;}
.applicant-sidebar {margin-bottom: 15px;width: 100%;}
.main-applicant-content {width: 100%;}
.off-name {font-size: 11px;}
.chief-officer{margin-bottom: 15px;}
.chief-officer{margin-bottom: 12px;}
.job-status-appli{font-size: 9px;}
.edit-btn-dropdown a {height: 34px;line-height: 34px;margin-left: 10px;padding: 0 15px;}
.edit-btn-dropdown img {margin-left: 5px;}
......
......@@ -37,6 +37,12 @@
</oneit:button>
</div>
<div class="off-name">
<oneit:toString value="<%= job.getAssessmentType() %>" mode="EscapeHTML" nullValue=""/>:
<span class="ex-management">
<oneit:toString value="<%= job.getLevel() %>" mode="EscapeHTML" />
</span>
</div>
<div class="off-name">
<span class="austr-post">
<%
if(job.isClientAvailable())
......@@ -47,9 +53,6 @@
}
%>
</span> by <oneit:toString value="<%= job.getCompanyUser() %>" mode="EscapeHTML" nullValue=""/>
<span class="ex-management">&bull;&nbsp;
<oneit:toString value="<%= job.getLevel() %>" mode="EscapeHTML" />
</span>
</div>
</div>
<div class="applicant-right-status">
......
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