-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
281 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,23 @@ | |
To change your email address, please provide the following information below: | ||
</div> | ||
<div class="panel text-center"> | ||
<form id="emailChangeForm" class="VaildationForm"> | ||
<form id="email-change-form" class="VaildationForm"> | ||
<div class="input-group"> | ||
<span class="input-group-addon">New email:</span> | ||
<input id="emailChangeNewEmail" name="emailChangeNewEmail" type="text" maxlength="256" class="Validate form-control" placeholder="[email protected]"/> | ||
<input id="email-change-new-email" name="email-change-new-email" type="text" maxlength="256" class="Validate form-control" placeholder="[email protected]"/> | ||
</div> | ||
<div class="input-group"> | ||
<span class="input-group-addon">Password:</span> | ||
<input id="emailChangePassword" name="emailChangePassword" type="password" maxlength="20" class="Validate form-control" placeholder="Secure123!"/> | ||
<input id="email-change-password" name="email-change-password" type="password" maxlength="20" class="Validate form-control" placeholder="Secure123!"/> | ||
</div> | ||
<button type="button" id="emailChangeButton" class="btn btn-primary">Change Email Address</button> | ||
<div id="emailChangeErrorList" class="panel panel-danger top-margin-only" hidden> | ||
<button type="button" id="email-change-button" class="btn btn-primary">Change Email Address</button> | ||
<div id="email-change-error-list" class="panel panel-danger top-margin-only" hidden> | ||
<div class="panel-heading">Please correct the following errors before changing your email address:</div> | ||
<div id="emailChangeErrors" class="panel-body"></div> | ||
<div id="email-change-errors" class="panel-body"></div> | ||
</div> | ||
<div id="emailChangeServerErrorList" class="panel panel-danger top-margin-only" hidden> | ||
<div id="email-change-server-error-list" class="panel panel-danger top-margin-only" hidden> | ||
<div class="panel-heading">There was an error while changing your email address:</div> | ||
<div id="emailChangeServerErrors" class="panel-body"></div> | ||
<div id="email-change-server-errors" class="panel-body"></div> | ||
</div> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.