mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
507460eb4e
The intent is to handhold the user through their first save+verification
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
title: $:/templates/ModalMessage
|
|
type: text/x-tiddlywiki
|
|
|
|
<div class="modal-backdrop fade in"></div>
|
|
<div class="container">
|
|
<div class="modal">
|
|
<div class="modal-header">
|
|
!!! <<view subtitle text>>
|
|
</div>
|
|
<div class="modal-body">
|
|
<<view text wikified>>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<<button close class:"btn btn-primary"><Close>>
|
|
</div>
|
|
</div>
|
|
</div>
|