mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
16 lines
689 B
Plaintext
16 lines
689 B
Plaintext
title: $:/core/ui/Buttons/close-others
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}
|
|
description: {{$:/language/Buttons/CloseOthers/Hint}}
|
|
|
|
\whitespace trim
|
|
<$button message="tm-close-other-tiddlers" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
|
{{$:/core/images/close-others-button}}
|
|
<%endif%>
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>
|
|
</span>
|
|
<%endif%>
|
|
</$button> |