1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Fixed styles for the EditTemplate

This commit is contained in:
Jeremy Ruston 2012-10-24 22:39:25 +01:00
parent f77b3a54ca
commit f623515b1c

View File

@ -1,6 +1,8 @@
title: $:/templates/EditTemplate
modifier: JeremyRuston
<div class="tw-tiddler-frame">
<<view title>> <<button SaveTiddler class:"btn btn-mini btn-success"><done>>
{{title{
<<edit draft.title>>
@ -9,3 +11,4 @@ modifier: JeremyRuston
{{body{
<<edit text>>
}}}
</div>