PageRenderTime 43ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/wp-content/plugins/admin-menu-editor-pro/extras/copy-permissions-dialog.php

https://github.com/CaffeinatedJim/catsinmyyard
PHP | 26 lines | 22 code | 4 blank | 0 comment | 0 complexity | 50607b9916da0cacc2305afe0e669d92 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-3.0, GPL-3.0, BSD-3-Clause, Apache-2.0, MIT, AGPL-1.0, LGPL-2.1
  1. <div id="ws-ame-copy-permissions-dialog" title="Copy Permissions" class="hidden">
  2. <div class="ws_dialog_subpanel">
  3. <label for="ame-copy-source-actor">
  4. Copy all menu permissions from:
  5. </label><br>
  6. <select id="ame-copy-source-actor">
  7. <option selected disabled>Choose source role</option>
  8. </select>
  9. </div>
  10. <div class="ws_dialog_subpanel">
  11. <label for="ame-copy-destination-actor">
  12. To:
  13. </label><br>
  14. <select id="ame-copy-destination-actor">
  15. <option selected disabled>Choose destination role</option>
  16. </select>
  17. </div>
  18. <div class="ws_dialog_buttons">
  19. <?php submit_button('Copy Permissions', 'primary', 'ws-ame-confirm-copy-permissions', false); ?>
  20. <input type="button" class="button ws_close_dialog" value="Cancel">
  21. </div>
  22. </div>