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
ecca434f
Commit
ecca434f
authored
Oct 11, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT017 - Make sure spellcheck is defeated for email address
parent
3f0c6013
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sign_in.jsp
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
+1
-1
sign_in.jsp
cmsWebApp/webroot/extensions/applicantportal/sign_in.jsp
+1
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
View file @
ecca434f
...
...
@@ -65,7 +65,7 @@
<div class="form-group text-left">
<label>Email Address</label>
<input type="text" class="form-control" name="username" required>
<input type="text" class="form-control" name="username" required
spellcheck="false"
>
</div>
<div class="form-group text-left">
<label>Password</label>
...
...
cmsWebApp/webroot/extensions/applicantportal/sign_in.jsp
View file @
ecca434f
...
...
@@ -150,7 +150,7 @@
<div class="form-group text-left" id="email-div">
<label>Email Address</label>
<oneit:ormInput obj="<%= job %>" type="text" attributeName="Email" cssClass="form-control second-style" style="text-transform: lowercase" autocomplete="off"/>
<oneit:ormInput obj="<%= job %>" type="text" attributeName="Email" cssClass="form-control second-style" style="text-transform: lowercase" autocomplete="off"
spellcheck="false"
/>
<oneit:recalcClass htmlTag="div" classScript="job.isEmailFound() ? 'show': 'hide'" job="<%= job %>" class="right-mark">
<span id="right-mark"><img src="images/right-mark.svg"/></span>
</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