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
83a9ae6a
Commit
83a9ae6a
authored
Aug 21, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated J005 job with details.
parent
49462698
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
+21
-4
common.css
cmsWebApp/webroot/css/common.css
+13
-0
job_review_submit.jsp
...bApp/webroot/extensions/adminportal/job_review_submit.jsp
+8
-4
No files found.
cmsWebApp/webroot/css/common.css
View file @
83a9ae6a
...
...
@@ -1365,6 +1365,14 @@ span.rate-label {
background-color
:
#319202
;
border-color
:
#319202
;
}
.btn.btn-primary.btn-gray
{
background-color
:
#667281
;
border-color
:
#667281
;
}
.btn.btn-primary.btn-gray
:hover
{
background-color
:
#434c58
;
border-color
:
#434c58
;
}
.payment-title
{
color
:
#1a2531
;
font-size
:
20px
;
...
...
@@ -4633,3 +4641,7 @@ label, label .label-title span {
position
:
absolute
;
left
:
0
;
}
.review-data
span
{
font-family
:
"Usual-Light"
;
}
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/job_review_submit.jsp
View file @
83a9ae6a
...
...
@@ -58,6 +58,10 @@
</div>
<div class="form-group">
<div class="row main-review-label">
<div class="col-sm-3 col-xs-12 review-label">Job Type</div>
<div class="col-sm-9 col-xs-12 review-data"><oneit:toString value="<%= job.getJobType() %>" mode="EscapeHTML" /></div>
</div>
<div class="row main-review-label">
<div class="col-sm-3 col-xs-12 review-label">Client</div>
<div class="col-sm-9 col-xs-12 review-data">Australia Post</div>
</div>
...
...
@@ -66,7 +70,7 @@
<oneit:ormlabel obj="<%= job %>" field="ReferenceNumber" />
</div>
<div class="col-sm-9 col-xs-12 review-data">
<oneit:toString value="<%= job.getReferenceNumber() %>" mode="
Paragraph
HTML" />
<oneit:toString value="<%= job.getReferenceNumber() %>" mode="
Escape
HTML" />
</div>
</div>
</div>
...
...
@@ -83,7 +87,7 @@
<div class="form-group">
<div class="row main-review-label">
<div class="col-sm-3 col-xs-12 review-label">
<oneit:label GUIName="
Job
Type" />
<oneit:label GUIName="
Role
Type" />
</div>
<div class="col-sm-9 col-xs-12 review-data">
<oneit:toString value="<%= job.getLevel() %>" mode="EscapeHTML" />
...
...
@@ -177,13 +181,13 @@
<% } %>
<div class="text-center">
<oneit:button value="Save a
nd go to your jobs" name="save" cssClass="btn btn-primary btn-green
largeBtn"
<oneit:button value="Save a
s Draft and go to your jobs" name="save" cssClass="btn btn-primary btn-gray
largeBtn"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", jobsPage)
.mapEntry ("restartProcess", Boolean.TRUE)
.mapEntry ("attribNamesToRestore", Collections.singleton("Job"))
.toMap() %>" />
<oneit:button value="Open
Job" name="saveJob" cssClass="btn btn-primary
top-margin-25 largeBtn"
<oneit:button value="Open
this job" name="saveJob" cssClass="btn btn-primary btn-green
top-margin-25 largeBtn"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", nextPage)
.mapEntry ("restartProcess", Boolean.TRUE)
.mapEntry ("attribNamesToRestore", Collections.singleton("Job"))
...
...
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