2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/close-others
|
2014-07-27 10:43:26 +00:00
|
|
|
tags: $:/tags/ViewToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/CloseOthers/Hint}}
|
2014-07-27 10:43:26 +00:00
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\whitespace trim
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-close-other-tiddlers" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
2014-07-27 10:43:26 +00:00
|
|
|
{{$:/core/images/close-others-button}}
|
|
|
|
</$list>
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
2017-07-12 15:47:52 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text=" "/>
|
|
|
|
<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>
|
|
|
|
</span>
|
2014-07-27 10:43:26 +00:00
|
|
|
</$list>
|
2014-11-23 16:32:29 +00:00
|
|
|
</$button>
|