mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
b7f674c51a
This is the beginning of addressing #523.
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
title: $:/core/ui/ViewTemplate/classic
|
|
tags: $:/tags/ViewTemplate $:/tags/EditTemplate
|
|
|
|
\define lingo-base() $:/language/ClassicWarning/
|
|
<$list filter="[all[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>
|