Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
131621b9
Commit
131621b9
authored
Oct 05, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui changes in hiring team page
parent
e607fb3a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
common.css
cmsWebApp/webroot/css/common.css
+2
-0
hiring_teams.jsp
cmsWebApp/webroot/extensions/adminportal/hiring_teams.jsp
+5
-2
hireteam-list-icon.png
cmsWebApp/webroot/images/hireteam-list-icon.png
+0
-0
m-user-right-pencilicon.png
cmsWebApp/webroot/images/m-user-right-pencilicon.png
+0
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
131621b9
...
@@ -4233,6 +4233,8 @@ span.right-img {
...
@@ -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
.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
}
.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
}
...
...
cmsWebApp/webroot/extensions/adminportal/hiring_teams.jsp
View file @
131621b9
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<div class="user-list-row">
<div class="user-list-row">
<div class="m-user-left">
<div class="m-user-left">
<!--TODO: add hiring team icon-->
<!--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-info">
<div class="m-user-name">
<div class="m-user-name">
<oneit:toString value="<%= hiringTeam.getHiringTeamName() %>" mode="EscapeHTML" />
<oneit:toString value="<%= hiringTeam.getHiringTeamName() %>" mode="EscapeHTML" />
...
@@ -100,8 +100,11 @@
...
@@ -100,8 +100,11 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", hiringTeamPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", hiringTeamPage)
.mapEntry("procParams", CollectionUtils.mapEntry("HiringTeam", hiringTeam).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("HiringTeam", hiringTeam).toMap())
.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>
</oneit:button>
</div>
</div>
</div>
</div>
<%
<%
...
...
cmsWebApp/webroot/images/hireteam-list-icon.png
0 → 100644
View file @
131621b9
846 Bytes
cmsWebApp/webroot/images/m-user-right-pencilicon.png
0 → 100644
View file @
131621b9
693 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment