Add a warning segment to templates for TWC tiddlers

Now there’s a warning banner on all TWC tiddlers. It includes an
`upgrade` button that currently just flips the tiddler type to TW5
This commit is contained in:
Jermolene
2014-03-15 17:03:50 +00:00
parent f649b5b037
commit baa8cf3dd0
5 changed files with 19 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
title: $:/core/ui/ViewTemplate/classic
tags: $:/tags/ViewTemplate $:/tags/EditTemplate
\define lingo-base() $:/language/ClassicWarning/
<$list filter="[is[current]type[text/x-tiddlywiki]]">
<div class="tw-message-box">
<<lingo Hint>>
<$button set="!!type" setTo="text/vnd.tiddlywiki"><<lingo Upgrade/Caption>></$button>
</div>
</$list>