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
37af92e1
Commit
37af92e1
authored
Oct 23, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes in the view applicant page
parent
d776672c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
common.css
cmsWebApp/webroot/css/common.css
+5
-2
application_sorting_bar.jsp
...ot/extensions/adminportal/inc/application_sorting_bar.jsp
+5
-1
view_applicants_grid.jsp
...broot/extensions/adminportal/inc/view_applicants_grid.jsp
+2
-2
critarea_white.png
cmsWebApp/webroot/images/critarea_white.png
+0
-0
icon-requirements_small.png
cmsWebApp/webroot/images/icon-requirements_small.png
+0
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
37af92e1
...
...
@@ -4107,7 +4107,7 @@ span.right-img {
.checkbox-list
label
{
display
:
inline-block
;
position
:
relative
;
padding-left
:
5px
;
}
}
.checkbox-list
label
::before
{
content
:
""
;
display
:
inline-block
;
...
...
@@ -4129,7 +4129,7 @@ span.right-img {
left
:
0
;
top
:
0
;
padding-top
:
2px
;
padding-left
:
8px
;
/*padding-left: 8px;*/
font-size
:
11px
;
color
:
#555555
;
}
...
...
@@ -6579,3 +6579,5 @@ input{
.essential-requirements-note
{
font-family
:
'Usual-Bold'
!important
;
height
:
34px
;
box-shadow
:
0
-1px
0
0
#DDDDDD
;
width
:
100%
;
position
:
absolute
;
font-size
:
11px
;
font-weight
:
500
;
left
:
0
;
bottom
:
0
;
line-height
:
34px
;}
.red-requirements
{
color
:
#F9623D
;}
.green-requirements
{
color
:
#67B413
;}
label
.select-all-jobs
:after
{
padding-left
:
3px
;}
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/inc/application_sorting_bar.jsp
View file @
37af92e1
...
...
@@ -30,6 +30,10 @@
$(".applicant").change(function() {
enableBulkEdit();
});
$("#select_all").on("click",function(){
$('.checkbox-list input:checkbox').not(this).prop('checked', this.checked);
});
});
function enableBulkEdit() {
...
...
@@ -134,7 +138,7 @@
</div>
<div class="checkbox-list">
<input type='checkbox' id='select_all' value='select_all' class='norecalc'>
<label> Select all applicants</label>
<label
for="select_all" class="select-all-jobs"
> Select all applicants</label>
</div>
</div>
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_applicants_grid.jsp
View file @
37af92e1
...
...
@@ -119,9 +119,9 @@
if(job.getIncludeAssessmentCriteria()==Boolean.TRUE)
{
%>
<div class="criteria jcc">
<div class="criteria jcc
<%=(missingReq ? "red-bg" : "green-bg")%>
">
<!--TODO: Use missingReq attribute, if true make background red and add image. If 100% make background green-->
<img src="images/
criteria-icon.svg
"> requirements
<img src="images/
<%=(missingReq ? "icon-requirements_small.png" : "critarea_white.png")%>
"> requirements
<span>
<oneit:button value=" " name="gotoPage" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
...
...
cmsWebApp/webroot/images/critarea_white.png
0 → 100644
View file @
37af92e1
316 Bytes
cmsWebApp/webroot/images/icon-requirements_small.png
0 → 100644
View file @
37af92e1
205 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