2 <div class="b2b-modal-header">
4 <h1 class="heading-medium" id="SelectRole">Select Child Roles</h1>
7 <div class="b2b-modal-body" tabindex="0" aria-label="Modal header text content" role="region">
8 <table class="striped">
15 <tbody type="body" ng-repeat="role in msg.roleChildFunctions">
18 <label class="btn-switch-label" tabindex="0" role="option">
19 <input ng-click="activateRoleChildConfirmPopUp(role.active, role);" type="checkbox" b2b-switches ng-model="role.active" size-class="modal-small modal-alert">
22 <td>{{ role.name }}</td>
27 <div class="b2b-modal-footer">
28 <div class="cta-button-group in">
29 <button style="float: right; margin-right: 20px;" class="btn btn-alt btn-small" ng-click="$dismiss('cancel')">Close</button>