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
3198e21c
Commit
3198e21c
authored
Feb 12, 2019
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S18688461 # Client - Incoming Issues (raised by Client) #Hide Client column if not using clients
parent
e47f71ed
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
common.css
cmsWebApp/webroot/css/common.css
+4
-1
culture_templates.jsp
...bApp/webroot/extensions/adminportal/culture_templates.jsp
+8
-1
job_start_point.jsp
cmsWebApp/webroot/extensions/adminportal/job_start_point.jsp
+1
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
3198e21c
...
@@ -6073,9 +6073,12 @@ label, label .label-title span {
...
@@ -6073,9 +6073,12 @@ label, label .label-title span {
.job-template-left.job-template-cl4
{
.job-template-left.job-template-cl4
{
width
:
25%
;
width
:
25%
;
}
}
.job-template-left.job-template-cl1.culture
{
.job-template-left.job-template-cl1.culture
,
.job-template-left.job-template-cl1.no-client
{
width
:
49%
;
width
:
49%
;
}
}
.job-template-left.job-template-cl1.culture.no-client
{
width
:
75%
;
}
.job-template-left.job-template-cl4
.m-user-right-padlock
{
.job-template-left.job-template-cl4
.m-user-right-padlock
{
float
:
right
;
float
:
right
;
padding
:
17px
0
;
padding
:
17px
0
;
...
...
cmsWebApp/webroot/extensions/adminportal/culture_templates.jsp
View file @
3198e21c
...
@@ -87,17 +87,24 @@
...
@@ -87,17 +87,24 @@
%>
%>
<div class="template-list" id="<%= template.getID() %>">
<div class="template-list" id="<%= template.getID() %>">
<div class="template-row">
<div class="template-row">
<div class="job-template-left job-template-cl1 culture">
<div class="job-template-left job-template-cl1 culture
<%= hiringTeam.showHasClientSupport() ? "" : "no-client"%>
">
<div class="template-name heading">
<div class="template-name heading">
<oneit:toString value="<%= template.getTemplateName() %>" mode="EscapeHTML" />
<oneit:toString value="<%= template.getTemplateName() %>" mode="EscapeHTML" />
</div>
</div>
</div>
</div>
<%
if(hiringTeam.showHasClientSupport())
{
%>
<div class="job-template-left job-template-cl2">
<div class="job-template-left job-template-cl2">
<span class="grey-span">CLIENT</span>
<span class="grey-span">CLIENT</span>
<div class="template-name">
<div class="template-name">
<oneit:toString value="<%= template.getClient() %>" mode="EscapeHTML" />
<oneit:toString value="<%= template.getClient() %>" mode="EscapeHTML" />
</div>
</div>
</div>
</div>
<%
}
%>
<div class="job-template-left job-template-cl4">
<div class="job-template-left job-template-cl4">
<span class="grey-span">LAST UPDATED</span>
<span class="grey-span">LAST UPDATED</span>
<div class="template-name">
<div class="template-name">
...
...
cmsWebApp/webroot/extensions/adminportal/job_start_point.jsp
View file @
3198e21c
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
blankValue="Select your client" />
blankValue="Select your client" />
</oneit:recalcClass>
</oneit:recalcClass>
<div style="padding-top:10px;">
<div style="padding-top:10px;">
<oneit:recalcClass htmlTag="div" classScript="
hiringTeam.showHasClientSupport() && job.getClient() != null
? 'show': 'hide'" hiringTeam="<%= hiringTeam %>" job="<%= job %>">
<oneit:recalcClass htmlTag="div" classScript="
(!hiringTeam.showHasClientSupport() || (hiringTeam.showHasClientSupport() && job.getClient() != null))
? 'show': 'hide'" hiringTeam="<%= hiringTeam %>" job="<%= job %>">
<tagfile:ormsingleasso_select obj="<%= job %>" assocName="AssessmentTemplate" optionsScript="job.getAssessmentTemplates()" job="<%= job%>"
<tagfile:ormsingleasso_select obj="<%= job %>" assocName="AssessmentTemplate" optionsScript="job.getAssessmentTemplates()" job="<%= job%>"
blankValue="Select your template"/>
blankValue="Select your template"/>
</oneit:recalcClass>
</oneit:recalcClass>
...
...
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