2015-08-09 11:56:48 +00:00
|
|
|
title: $:/core/ui/Buttons/fold-others
|
|
|
|
tags: $:/tags/ViewToolbar
|
|
|
|
caption: {{$:/core/images/fold-others-button}} {{$:/language/Buttons/FoldOthers/Caption}}
|
|
|
|
description: {{$:/language/Buttons/FoldOthers/Hint}}
|
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\whitespace trim
|
2015-08-09 11:56:48 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=<<tv-config-toolbar-class>>>
|
|
|
|
<$action-sendmessage $message="tm-fold-other-tiddlers" $param=<<currentTiddler>> foldedStatePrefix="$:/state/folded/"/>
|
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]" variable="listItem">
|
|
|
|
{{$:/core/images/fold-others-button}}
|
|
|
|
</$list>
|
|
|
|
<$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/FoldOthers/Caption}}/>
|
|
|
|
</span>
|
2015-08-09 11:56:48 +00:00
|
|
|
</$list>
|
|
|
|
</$button>
|