mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
dbaccf792d
Instead of the old "prefix" hack
16 lines
622 B
Plaintext
16 lines
622 B
Plaintext
title: $:/core/ui/Buttons/close
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}
|
|
description: {{$:/language/Buttons/Close/Hint}}
|
|
|
|
\whitespace trim
|
|
<$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
|
{{$:/core/images/close-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/Close/Caption}}/>
|
|
</span>
|
|
</$list>
|
|
</$button> |