1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-05 20:16:48 +00:00
TiddlyWiki5/core/templates/ModalMessage.tid
Jeremy Ruston 507460eb4e Add warning notification when viewing a document on a data: uri
The intent is to handhold the user through their first save+verification
2012-07-15 17:37:03 +01:00

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>