Commit 54676ef5 by Saliya Randunu

ui changes in job start point page

parent 0f03f4c6
......@@ -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;
}
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment