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
54676ef5
Commit
54676ef5
authored
Oct 16, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui changes in job start point page
parent
0f03f4c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
16 deletions
+45
-16
common.css
cmsWebApp/webroot/css/common.css
+18
-2
job_start_point.jsp
cmsWebApp/webroot/extensions/adminportal/job_start_point.jsp
+27
-14
No files found.
cmsWebApp/webroot/css/common.css
View file @
54676ef5
...
...
@@ -6359,4 +6359,21 @@ input{
.privacy-link
{
text-decoration
:
underline
;
color
:
#03A0E7
}
\ No newline at end of file
}
.create-job-selector
.select2-container
{
width
:
100%
!important
;}
.create-job-selector
{
padding
:
30px
;}
.create-job-selector
h3
{
color
:
#03a0e7
;
font-size
:
16px
;
line-height
:
19px
;
font-weight
:
500
;}
.rectangle-4
{
height
:
210px
;
width
:
355px
;
border
:
1px
solid
#DCDCDC
;
border-radius
:
4px
;
background-color
:
#FFFFFF
;
}
.create-job-selector.checked
{
background-color
:
#03a0e7
;
color
:
#fff
;
}
.create-job-selector.checked
h3
{
color
:
#FFFFFF
;
}
cmsWebApp/webroot/extensions/adminportal/job_start_point.jsp
View file @
54676ef5
...
...
@@ -80,24 +80,37 @@
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<div class="radio radio-primary second-radio-primary oneit-radio">
<label>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="true"/>Create from template
<div class="col-md-6">
<div class="oneit-radio">
<label class="create-job-selector rectangle-4">
<img src="images/create_from_template.png">
<h3>Create from template</h3>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="true"/>
<div>
<tagfile:ormsingleasso_select obj="<%= job %>" assocName="JobTemplate" options="<%= jobs %>"
blankValue="Select your template"/>
</div>
</label>
</div>
<div class="radio radio-primary second-radio-primary oneit-radio">
<label>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="false"/>Create a new job
<div>
New jobs can be saved as a template to be used in future.
</div>
</label>
</div>
</label>
</div>
</div>
<div class="col-md-6">
<div class="oneit-radio" >
<label class="create-job-selector rectangle-4">
<img src="images/create_new_job.png">
<h3>Create a new job</h3>
<oneit:ormInput obj="<%= job %>" type="radio" attributeName="FromTemplate" value="false"/>
<div>
New jobs can be saved as a template to be used in future.
</div>
</label>
</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