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 { ...@@ -2716,7 +2716,7 @@ a.forgot-pass {
text-align: left; text-align: left;
font-size: 26px; font-size: 26px;
font-weight: 300; font-weight: 300;
margin-bottom: 24px; margin-bottom: 15px;
} }
.chief-officer span{ .chief-officer span{
color: #ffffff; color: #ffffff;
...@@ -4613,7 +4613,7 @@ img.alert-icon {float: left;} ...@@ -4613,7 +4613,7 @@ img.alert-icon {float: left;}
.applicant-sidebar {margin-bottom: 15px;width: 100%;} .applicant-sidebar {margin-bottom: 15px;width: 100%;}
.main-applicant-content {width: 100%;} .main-applicant-content {width: 100%;}
.off-name {font-size: 11px;} .off-name {font-size: 11px;}
.chief-officer{margin-bottom: 15px;} .chief-officer{margin-bottom: 12px;}
.job-status-appli{font-size: 9px;} .job-status-appli{font-size: 9px;}
.edit-btn-dropdown a {height: 34px;line-height: 34px;margin-left: 10px;padding: 0 15px;} .edit-btn-dropdown a {height: 34px;line-height: 34px;margin-left: 10px;padding: 0 15px;}
.edit-btn-dropdown img {margin-left: 5px;} .edit-btn-dropdown img {margin-left: 5px;}
......
...@@ -37,6 +37,12 @@ ...@@ -37,6 +37,12 @@
</oneit:button> </oneit:button>
</div> </div>
<div class="off-name"> <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"> <span class="austr-post">
<% <%
if(job.isClientAvailable()) if(job.isClientAvailable())
...@@ -47,9 +53,6 @@ ...@@ -47,9 +53,6 @@
} }
%> %>
</span> by <oneit:toString value="<%= job.getCompanyUser() %>" mode="EscapeHTML" nullValue=""/> </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> </div>
<div class="applicant-right-status"> <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