login-redirect.phtml
9 years ago
post-type.phtml
9 years ago
redirect.phtml
9 years ago
role-inheritance.phtml
9 years ago
teaser.phtml
9 years ago
term-type.phtml
9 years ago
role-inheritance.phtml
14 lines
| 1 | <?php if (defined('AAM_KEY')) { ?> |
| 2 | <div class="form-group"> |
| 3 | <label><?php echo __('Inherit Capabilities From', AAM_KEY); ?></label> |
| 4 | <select class="form-control inherit-role-list" name="inherit" id="inherit-role"> |
| 5 | <option value=""><?php echo __('Select Role', AAM_KEY); ?></option> |
| 6 | </select> |
| 7 | </div> |
| 8 | <div class="checkbox"> |
| 9 | <label for="clone"> |
| 10 | <input type="checkbox" value="1" id="clone-role" name="clone" /> |
| 11 | Also clone all access settings |
| 12 | </label> |
| 13 | </div> |
| 14 | <?php } |