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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user