1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-10 02:38:06 +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 title: $:/templates/EditTemplate
modifier: JeremyRuston modifier: JeremyRuston
<div class="tw-tiddler-frame">
<<view title>> <<button SaveTiddler class:"btn btn-mini btn-success"><done>> <<view title>> <<button SaveTiddler class:"btn btn-mini btn-success"><done>>
{{title{ {{title{
<<edit draft.title>> <<edit draft.title>>
@@ -8,4 +10,5 @@ modifier: JeremyRuston
<<edit tags>> <<edit tags>>
{{body{ {{body{
<<edit text>> <<edit text>>
}}} }}}
</div>