2014-07-30 11:40:06 +01:00
|
|
|
title: $:/core/ui/Buttons/close-all
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}
|
2014-07-31 09:28:46 +01:00
|
|
|
description: {{$:/language/Buttons/CloseAll/Hint}}
|
2014-07-30 11:40:06 +01:00
|
|
|
|
2021-05-25 03:24:37 +09:00
|
|
|
\whitespace trim
|
2014-09-10 10:25:50 +01:00
|
|
|
<$button message="tm-close-all-tiddlers" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-07-30 11:40:06 +01:00
|
|
|
{{$:/core/images/close-all-button}}
|
|
|
|
</$list>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-25 03:24:37 +09:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/CloseAll/Caption}}/>
|
|
|
|
</span>
|
2014-07-30 11:40:06 +01:00
|
|
|
</$list>
|
2014-11-23 21:04:13 +01:00
|
|
|
</$button>
|