login-redirect.phtml
8 years ago
post-access-form.phtml
8 years ago
post-advanced-settings.phtml
8 years ago
post-type.phtml
8 years ago
redirect.phtml
8 years ago
role-inheritance.phtml
8 years ago
term-type.phtml
8 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 | <?php echo __('Also clone all AAM access settings (admin menu, metaboxes, redirects etc)', AAM_KEY); ?> |
| 12 | </label> |
| 13 | </div> |
| 14 | <?php } |