Commit 131621b9 by Saliya Randunu

ui changes in hiring team page

parent e607fb3a
......@@ -4233,6 +4233,8 @@ span.right-img {
}
.m-user-right-padlockicon .padlock{background: url('../images/m-user-right-padlockicon.png') center center no-repeat ; width: 100%; height: 100%; display: inline-block}
.m-user-right-padlockicon .pencil{background: url('../images/m-user-right-pencilicon.png') center center no-repeat ; width: 100%; height: 100%; display: inline-block}
.user-list-row.disabled .m-user-right-padlockicon .padlock{background: url('../images/m-user-right-padlockicon_disabled.png') center center no-repeat ; width: 100%; height: 100%; display: inline-block}
......
......@@ -85,7 +85,7 @@
<div class="user-list-row">
<div class="m-user-left">
<!--TODO: add hiring team icon-->
<div class="m-user-icon"><img src="images/user-list-icon.png"></div>
<div class="m-user-icon"><img src="images/hireteam-list-icon.png"></div>
<div class="m-user-info">
<div class="m-user-name">
<oneit:toString value="<%= hiringTeam.getHiringTeamName() %>" mode="EscapeHTML" />
......@@ -100,8 +100,11 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", hiringTeamPage)
.mapEntry("procParams", CollectionUtils.mapEntry("HiringTeam", hiringTeam).toMap())
.toMap() %>">
<span class="m-user-right-padlockicon"><img src="images/m-user-right-padlockicon.png"></span>
<span class="m-user-right-padlockicon">
<span class="pencil"></span>
</span>
</oneit:button>
</div>
</div>
<%
......
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