|
- <div class="modal new-project-modal">
- <div class="modal-content">
- Clicking <b>"Yes"</b> will destroy all work in the current project.<br>
- If this is <i>not</i> what you, click <b>"No"</b><br><br>
- Start a new project?
- <form class="pure-form new-project-form">
- <button type="submit" class="pure-button" emit="new-project">Yes</button>
- <button type="submit" class="pure-button" emit="modal-close">No</button>
- </form>
- </div>
- </div>
|