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
c06cd935
Commit
c06cd935
authored
Jan 08, 2019
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S14188889 # Client - Incoming Issues (raised by Client) #Email not valid for LinkedIn applicant
parent
25c73b5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
applicant_report.jsp
...p/webroot/extensions/adminportal/inc/applicant_report.jsp
+2
-2
incomplete_applicants_list.jsp
...extensions/adminportal/inc/incomplete_applicants_list.jsp
+1
-1
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+2
-2
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/applicant_report.jsp
View file @
c06cd935
...
...
@@ -65,8 +65,8 @@
</div>
<div class="contact-row">
<span class="contact-label">E</span>
<a href="<%= "mailto:" + candidate.getUser().get
UserName
() %>">
<oneit:toString value="<%= candidate.getUser().get
UserName
() %>" mode="EscapeHTML" />
<a href="<%= "mailto:" + candidate.getUser().get
Email
() %>">
<oneit:toString value="<%= candidate.getUser().get
Email
() %>" mode="EscapeHTML" />
</a>
<span class="contact-label">P </span>
<oneit:toString value="<%= candidate.getPhone() %>" mode="EscapeHTML" />
...
...
cmsWebApp/webroot/extensions/adminportal/inc/incomplete_applicants_list.jsp
View file @
c06cd935
...
...
@@ -63,7 +63,7 @@
</oneit:button>
<div class="appli-int-status">
<span>
<a href="<%= "mailto:" + jobApplication.getCandidate().getUser().get
UserName
() %>">Email</a>
<a href="<%= "mailto:" + jobApplication.getCandidate().getUser().get
Email
() %>">Email</a>
</span>
<oneit:toString value="<%= jobApplication.getCandidate().getPhone() %>" mode="EscapeHTML" />
<span><img src="images/clip_icon.png"></span>
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
c06cd935
...
...
@@ -568,8 +568,8 @@
<div class="contact-row">
<div class="contact-label">E</div>
<div class="contact-value">
<a href="<%= "mailto:" + candidate.getUser().get
UserName
() %>">
<oneit:toString value="<%= candidate.getUser().get
UserName
() %>" mode="EscapeHTML" />
<a href="<%= "mailto:" + candidate.getUser().get
Email
() %>">
<oneit:toString value="<%= candidate.getUser().get
Email
() %>" mode="EscapeHTML" />
</a>
</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