mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 09:04:46 +00:00
1. Moved some methods out of boot.js because they are not needed until after bootup 2. Added alternate message for editing an overridden shadow tiddler 3. Minor style tweaks
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="tw-message-box">
|
|
|
|
<<lingo Warning>>
|
|
|
|
</div>
|
|
</$list>
|
|
|
|
<$list filter="[all[current]get[draft.of]is[shadow]is[tiddler]]">
|
|
<div class="tw-message-box">
|
|
|
|
<<lingo OverriddenWarning>>
|
|
|
|
</div>
|
|
</$list>
|