1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-03 09:20:46 +00:00
TiddlyWiki5/core/ui/ViewToolbar/close-others.tid

12 lines
500 B
Plaintext
Raw Normal View History

title: $:/core/ui/ViewToolbar/close-others
tags: $:/tags/ViewToolbar
<$button message="tw-close-other-tiddlers" param=<<currentTiddler>> title={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class="btn-invisible">
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/close-others-button}}
</$list>
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>
</$list>
</$button>