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
1ffe5cb4
Commit
1ffe5cb4
authored
Oct 12, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in create jobs culture page
parent
716a1260
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
19 deletions
+22
-19
jBox.css
cmsWebApp/webroot/css/jBox.css
+4
-4
htmlheader.jsp
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader.jsp
+10
-6
job_review_submit.jsp
...bApp/webroot/extensions/adminportal/job_review_submit.jsp
+5
-7
workplace_culture.jsp
...bApp/webroot/extensions/adminportal/workplace_culture.jsp
+3
-2
No files found.
cmsWebApp/webroot/css/jBox.css
View file @
1ffe5cb4
...
...
@@ -75,8 +75,8 @@
.jBox-pointer
:after
{
content
:
''
;
width
:
2
0px
;
height
:
20
px
;
width
:
1
0px
;
height
:
16
px
;
position
:
absolute
;
background
:
#fff
;
transform
:
rotate
(
45deg
);
...
...
@@ -95,8 +95,8 @@
}
.jBox-pointer-bottom
:after
{
left
:
5
px
;
bottom
:
6
px
;
left
:
10
px
;
bottom
:
8
px
;
box-shadow
:
1px
1px
2px
rgba
(
0
,
0
,
0
,
.15
);
}
...
...
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader.jsp
View file @
1ffe5cb4
...
...
@@ -86,12 +86,16 @@
$
(
'.change-hiring-team'
).
click
();
});
//
//
// var toolpop = new jBox('Tooltip', {
// attach: '.info-icon',
// pointer: 'right:5'
// });
var
toolpop
=
new
jBox
(
'Tooltip'
,
{
attach
:
'.info-icon'
,
pointer
:
'right:5'
});
var
toolpop
=
new
jBox
(
'Tooltip'
,
{
attach
:
'.info-icon-left'
,
pointer
:
'left:5'
});
});
</script>
...
...
cmsWebApp/webroot/extensions/adminportal/job_review_submit.jsp
View file @
1ffe5cb4
...
...
@@ -53,10 +53,10 @@
}
%>
</h1>
<div class="create-job">
<div class="assessment-criteria">
<div class="form-page-area">
<div class="form-page-area">
<div class="create-job">
<div class="form-page-section">
<div class="form-group">
<label class="label-16">Job Details</label>
<oneit:button value="EDIT" name="gotoPage" cssClass="add-more-btn review-edit-btn pull-right" skin="link"
...
...
@@ -211,9 +211,8 @@
</span>
</div>
</div>
</div>
<div class="form-page-area darkbg">
<div class="form-brack-line-sub"></div>
<div class="form-group">
<label class="label-16">Requirements</label>
...
...
@@ -258,8 +257,7 @@
<% }
}
%>
</div>
<div class="form-page-area">
<div class="form-group">
<label class="label-16">Culture</label>
<oneit:button value="EDIT" name="gotoPage" cssClass="add-more-btn review-edit-btn pull-right" skin="link"
...
...
cmsWebApp/webroot/extensions/adminportal/workplace_culture.jsp
View file @
1ffe5cb4
...
...
@@ -85,7 +85,7 @@
.toMap() %>" />
<div class="form-page-area">
<div class="create-job">
<div class="assessment-criteria">
<div class="form-page-section">
<div class="form-group">
<label class="label-16 work-title">Culture</label>
...
...
@@ -137,6 +137,7 @@
<fieldset >
<legend>
<oneit:toString value="<%= criteria.getCultureElement() %>" mode="EscapeHTML"/>
<a href="#" title="description gose here" class="info-icon-left"><img src="images/info-icon.png" /></a>
</legend>
<label class="switch">
...
...
@@ -244,7 +245,7 @@
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
.toMap() %>" />
</div>
</div>
</div>
</div>
</div>
...
...
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