9421177313f784c05864d56ea3f92a3e710f75f0
[portal/sdk.git] /
1 <div>
2         <div class="b2b-modal-header">
3         <br/>
4                 <h1 class="heading-medium" id="SelectRole">Select Child Roles</h1>
5         </div>
6         <br/>
7         <div class="b2b-modal-body"  tabindex="0" aria-label="Modal header text content" role="region">
8                 <table class="striped">
9                                                 <thead>
10                                                         <tr>
11                                                                 <th></th>                                               
12                                                                 <th>Role</th>
13                                                         </tr>
14                                                 </thead>
15                                                 <tbody type="body" ng-repeat="role in role.childRoles">
16                                                         <tr>
17                                                                 <td>
18                                                                         <label ng-click="activateRoleChildConfirmPopUp(roleFunction.selected,roleFunction);" class="btn-switch-label" tabindex="0" role="option">
19                                                                                 <input type="checkbox" ddh-switches ng-model="roleFunction.selected"
20                                                                                         size-class="modal-small modal-alert" >
21                                                             </label>
22                                                                 </td>
23                                                                 <td>{{ roleFunction.name }}</td>                                                                
24                                                         </tr>                     
25                                                 </tbody>
26                         </table>
27         </div>
28         <div class="b2b-modal-footer">
29                 <div class="cta-button-group in">
30                         <button style="float: right; margin-right: 20px;" class="btn btn-alt btn-small" ng-click="$dismiss('cancel')">Close</button>
31                 </div>
32                 <br/>
33         </div>
34 </div>