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
1217141a
Commit
1217141a
authored
Feb 06, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change all verify and proceed to create my account
parent
0ae8c1a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
verify_company.jsp
cmsWebApp/webroot/extensions/adminportal/verify_company.jsp
+3
-3
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+1
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/verify_company.jsp
View file @
1217141a
...
...
@@ -130,7 +130,7 @@
if(companyUser.getCompany().getAddedByUser() == companyUser)
{
%>
<oneit:button value="
Verify and proceed
" name="gotoPage" cssClass="box-btn verify-btn"
<oneit:button value="
Create my account
" name="gotoPage" cssClass="box-btn verify-btn"
requestAttribs="<%= CollectionUtils.mapEntry("socialLogin", socialLogin)
.mapEntry("procParams", CollectionUtils.mapEntry("Company", companyUser.getCompany()).toMap())
.mapEntry("nextPage", nextPage).toMap() %>"/>
...
...
@@ -139,7 +139,7 @@
else
{
%>
<oneit:button value="
Verify and proceed
" name="sendCompanyUserInvites" cssClass="box-btn verify-btn"
<oneit:button value="
Create my account
" name="sendCompanyUserInvites" cssClass="box-btn verify-btn"
requestAttribs="<%= CollectionUtils.mapEntry("socialLogin", socialLogin)
.mapEntry("CompanyUser", companyUser)
.mapEntry("nextPage", homePage)
...
...
@@ -148,7 +148,7 @@
}
%>
<div class="box-label" style="padding-top: 20px;">
By selecting '
Verify and proceed
' I agree to Talentology's
By selecting '
Create my account
' I agree to Talentology's
<a href="https://www.talentology.com/privacy/" target="_blank">privacy policy</a> and
<a href="https://www.talentology.com/terms-of-service/" target="_blank">terms of service</a>
</div>
...
...
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
1217141a
...
...
@@ -158,7 +158,7 @@
%>
<div class="text-center">
<oneit:button value="
<%= isVerify ? "Create my account" : "Verify and proceed"%>
" name="verifyIdentity" cssClass="box-btn verify-btn"
<oneit:button value="
Create my account
" name="verifyIdentity" cssClass="box-btn verify-btn"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", nextPage)
.mapEntry("Job",job)
.mapEntry("Candidate",candidate)
...
...
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