1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 18:59:42 +00:00
TiddlyWiki5/core/templates/ModalMessage.tid

18 lines
347 B
Plaintext
Raw Normal View History

title: $:/templates/ModalMessage
type: text/x-tiddlywiki
2012-07-16 09:38:14 +00:00
<div class="modal-backdrop"></div>
<div class="container">
<div class="modal">
<div class="modal-header">
2012-07-15 17:12:29 +00:00
! <<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>