| Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 1 | <div class="uib-modal__content  modal__local-users-remove"> | 
|  | 2 | <div class="modal-header"> | 
|  | 3 | <h2 class="modal-title" id="dialog_label"> | 
|  | 4 | Remove user | 
|  | 5 | </h2> | 
|  | 6 | <button type="button" class="btn  btn--close  float-right" ng-click="$dismiss()" aria-label="Close"> | 
|  | 7 | <icon file="icon-close.svg" aria-hidden="true"></icon> | 
|  | 8 | </button> | 
|  | 9 | </div> | 
|  | 10 | <div class="modal-body"> | 
|  | 11 | <p>Are you sure you want to remove user '{{modalCtrl.user}}'? This action cannot be undone.</p> | 
|  | 12 | </div> | 
|  | 13 | <div class="modal-footer"> | 
|  | 14 | <button class="btn btn-secondary" ng-click="$dismiss()" type="button"> | 
|  | 15 | Cancel | 
|  | 16 | </button> | 
|  | 17 | <button class="btn btn-primary" ng-click="$close()" type="button"> | 
|  | 18 | Remove | 
|  | 19 | </button> | 
|  | 20 | </div> | 
|  | 21 | </div> |