5af1b227628516454f68c03876eea2365f17df96
[portal/sdk.git] /
1 <div class="b2b-modal-header">
2         <h2 id="myModalLabel" modal-title="">Remove Report User</h2>
3         <div class="corner-button in">
4                 <button type="button" class="close" aria-label="Close"
5                         ng-click="$dismiss('cancel')"></button>
6         </div>
7 </div>
8 <div class="b2b-modal-body"">
9         {{securityUserName}}
10                         will be removed. Would you want to continue?
11 </div>
12 <div class="b2b-modal-footer">
13         <div class="cta-button-group in">
14                 <button class="btn btn-alt btn-small" type="button" ng-click="ok()">OK</button>
15                 <button class="btn btn-alt btn-small" type="button"
16                         ng-click="cancel()">Cancel</button>
17         </div>
18 </div>