mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
995f0e7f29
Part of #764
20 lines
394 B
Plaintext
20 lines
394 B
Plaintext
title: $:/core/ui/EditTemplate/shadow
|
|
tags: $:/tags/EditTemplate
|
|
|
|
\define lingo-base() $:/language/EditTemplate/Shadow/
|
|
<$list filter="[all[current]get[draft.of]is[shadow]!is[tiddler]]">
|
|
<div class="tc-message-box">
|
|
|
|
<<lingo Warning>>
|
|
|
|
</div>
|
|
</$list>
|
|
|
|
<$list filter="[all[current]get[draft.of]is[shadow]is[tiddler]]">
|
|
<div class="tc-message-box">
|
|
|
|
<<lingo OverriddenWarning>>
|
|
|
|
</div>
|
|
</$list>
|