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
9d82d3e2
Commit
9d82d3e2
authored
Aug 18, 2017
by
Nilu
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modifications to account created email
parent
85a7be25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
20170818_CMSExtract_AccountCreated.cms.xml
...ortal/upgrades/20170818_CMSExtract_AccountCreated.cms.xml
+1
-1
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+5
-5
No files found.
cmsWebApp/webroot/extensions/applicantportal/upgrades/20170818_CMSExtract_AccountCreated.cms.xml
View file @
9d82d3e2
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"info@talentology.com.au"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"info@talentology.com.au"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"Account Created"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"Account Created"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"AccountCreated
Mail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"AccountCreatedMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
</articleAttributeChanges>
</articleAttributeChanges>
...
...
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
9d82d3e2
...
@@ -110,16 +110,16 @@
...
@@ -110,16 +110,16 @@
<div class="row">
<div class="row">
<div class="form-group text-left col-sm-6 col-xs-12">
<div class="form-group text-left col-sm-6 col-xs-12">
<label><oneit:ormlabel obj="<%= secUser %>" field="FirstName" /></label>
<label><oneit:ormlabel obj="<%= secUser %>" field="FirstName" /></label>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="FirstName" cssClass="form-control second-style" required/>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="FirstName" cssClass="form-control second-style" required
="true"
/>
</div>
</div>
<div class="form-group text-left col-sm-6 col-xs-12">
<div class="form-group text-left col-sm-6 col-xs-12">
<label><oneit:ormlabel obj="<%= secUser %>" field="LastName" /></label>
<label><oneit:ormlabel obj="<%= secUser %>" field="LastName" /></label>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="LastName" cssClass="form-control second-style" required/>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="LastName" cssClass="form-control second-style" required
="true"
/>
</div>
</div>
</div>
</div>
<div class="form-group text-left">
<div class="form-group text-left">
<label><oneit:ormlabel obj="<%= candidate %>" field="Phone" /></label>
<label><oneit:ormlabel obj="<%= candidate %>" field="Phone" /></label>
<oneit:ormInput obj="<%= candidate %>" type="text" attributeName="Phone" cssClass="form-control second-style" required/>
<oneit:ormInput obj="<%= candidate %>" type="text" attributeName="Phone" cssClass="form-control second-style" required
="true"
/>
</div>
</div>
<%
<%
if(isVerify)
if(isVerify)
...
@@ -127,11 +127,11 @@
...
@@ -127,11 +127,11 @@
%>
%>
<div class="form-group text-left">
<div class="form-group text-left">
<label>Password</label>
<label>Password</label>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="Password" cssClass="form-control second-style reset-pw"
required
/>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="Password" cssClass="form-control second-style reset-pw"
required="true"
/>
</div>
</div>
<div class="form-group text-left">
<div class="form-group text-left">
<label>Confirm password</label>
<label>Confirm password</label>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="ConfirmPassword" cssClass="form-control second-style reset-pw
" required
/>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="ConfirmPassword" cssClass="form-control second-style reset-pw
" required="true"
/>
</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