-
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.
Merge pull request #1139 from CruGlobal/2362-okta-user-match-buttons
[EP-2362] Move footer buttons to user-match-modal
- Loading branch information
Showing
19 changed files
with
278 additions
and
226 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
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
32 changes: 17 additions & 15 deletions
32
src/common/components/contactInfoModal/contactInfoModal.tpl.html
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 |
---|---|---|
@@ -1,17 +1,19 @@ | ||
<contact-info | ||
submitted="$ctrl.submitted" | ||
on-submit="$ctrl.onSubmit(success)" | ||
donor-details="$ctrl.signUpDonorDetails" | ||
></contact-info> | ||
<div class="row"> | ||
<div class="col-sm-5 hidden-xs"> | ||
<button id="cancelButtonTop" class="btn btn-default" ng-click="$ctrl.onCancel()" translate>Cancel</button> | ||
</div> | ||
<div class="col-sm-6 col-sm-offset-1"> | ||
<button id="submitChangesButton" type="button" class="btn btn-primary pull-right btn-block-mobile" ng-click="$ctrl.submitted = true" translate>Submit</button> | ||
<button id="cancelButton" class="btn btn-link btn-block visible-xs" ng-click="$ctrl.onCancel()"> | ||
<i class="fa fa-angle-left"></i> | ||
<translate>Cancel</translate> | ||
</button> | ||
<div class="modal-body"> | ||
<contact-info | ||
submitted="$ctrl.submitted" | ||
on-submit="$ctrl.onSubmit(success)" | ||
donor-details="$ctrl.signUpDonorDetails" | ||
></contact-info> | ||
<div class="row"> | ||
<div class="col-sm-5 hidden-xs"> | ||
<button id="cancelButtonTop" class="btn btn-default" ng-click="$ctrl.onCancel()" translate>Cancel</button> | ||
</div> | ||
<div class="col-sm-6 col-sm-offset-1"> | ||
<button id="submitChangesButton" type="button" class="btn btn-primary pull-right btn-block-mobile" ng-click="$ctrl.submitted = true" translate>Submit</button> | ||
<button id="cancelButton" class="btn btn-link btn-block visible-xs" ng-click="$ctrl.onCancel()"> | ||
<i class="fa fa-angle-left"></i> | ||
<translate>Cancel</translate> | ||
</button> | ||
</div> | ||
</div> | ||
</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
27 changes: 7 additions & 20 deletions
27
src/common/components/failedVerificationModal/failedVerificationModal.tpl.html
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 |
---|---|---|
@@ -1,22 +1,9 @@ | ||
<div class="modal-body"> | ||
<div class="alert alert-danger" role="alert"> | ||
<p> | ||
We're sorry, we were not able to set up your account. | ||
</p> | ||
</div> | ||
<div> | ||
<p>Please contact us at <a href="tel:8882787233" target="_blank" translate>Call (888) 278-7233</a> or email <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p>We apologize for the inconvenience. You may still finish giving the gifts in your cart by checking out as a guest.</p> | ||
</div> | ||
<div class="alert alert-danger" role="alert"> | ||
<p> | ||
We're sorry, we were not able to set up your account. | ||
</p> | ||
</div> | ||
|
||
<div class="modal-footer"> | ||
<div class="col-xs-12"> | ||
<button type="button" | ||
id="okButton" | ||
class="btn btn-primary pull-right" | ||
ng-click="$ctrl.onOk()" | ||
translate>OK | ||
</button> | ||
</div> | ||
<div> | ||
<p>Please contact us at <a href="tel:8882787233" target="_blank" translate>Call (888) 278-7233</a> or email <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p>We apologize for the inconvenience. You may still finish giving the gifts in your cart by checking out as a guest.</p> | ||
</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
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
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
Oops, something went wrong.