This makes the order and wording of the AngularJS and Angular cancel hold
options consistent between the patron account and the hopeless holds interface.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
<div class="modal-footer">
<ng-container *ngIf="!chargeResponse">
<button type="button" class="btn btn-warning"
- (click)="close()" i18n>Cancel</button>
+ (click)="close()" i18n>Exit</button>
<button type="button" class="btn btn-success"
(click)="cancelBatch()" i18n>Cancel Hold</button>
</ng-container>
</div>
</div>
<div class="modal-footer">
- <input type="submit" class="btn btn-success" value="[% l('Cancel Hold') %]"/>
<button class="btn btn-warning" ng-click="cancel($event)">[% l('Exit') %]</button>
+ <input type="submit" class="btn btn-success" value="[% l('Cancel Hold') %]"/>
</div>
</div>
</div>