| @@ -53,14 +53,10 @@ | ||
| 53 | 53 | foreach ($userGroups as $userGroup) { |
| 54 | 54 | ?> |
| 55 | 55 | <tr class="alternate" id="group-<?php echo $userGroup->getId(); ?>"> |
| 56 | 56 | <th class="check-column"> |
| 57 | - <input id="uam-bulk-select" | |
| 58 | - type="checkbox" | |
| 59 | - value="<?php echo $userGroup->getId(); ?>" | |
| 60 | - name="delete[]"/> | |
| 61 | - <label for="uam-bulk-select"> | |
| 62 | - <span class="screen-reader-text"><?php echo TXT_UAM_DELETE; ?></span> | |
| 57 | + <label> | |
| 58 | + <input type="checkbox" value="<?php echo $userGroup->getId(); ?>" name="delete[]"/> | |
| 63 | 59 | </label> |
| 64 | 60 | </th> |
| 65 | 61 | <td> |
| 66 | 62 | <strong> |