You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
677 B

  1. .modal#modal-move-prompt
  2. .modal-background
  3. .modal-container
  4. .modal-content
  5. .card.is-fullwidth
  6. header.card-header.is-info
  7. p.card-header-title Move document
  8. .card-content
  9. .content
  10. label.label Enter the new document path:
  11. p.control
  12. input.input(type='text', placeholder='page-name')#txt-move-prompt
  13. span.help.is-danger.is-hidden This document path is invalid or not allowed!
  14. span Note that moving or renaming documents can lead to broken links. Make sure to edit any page that links to this document afterwards!
  15. footer.card-footer
  16. a.card-footer-item.btn-move-prompt Discard
  17. a.card-footer-item.btn-move-go Move