2014-07-30 10:40:06 +00:00
|
|
|
title: $:/core/ui/Buttons/close-all
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/CloseAll/Hint}}
|
2014-07-30 10:40:06 +00:00
|
|
|
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-close-all-tiddlers" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
2014-07-30 10:40:06 +00:00
|
|
|
{{$:/core/images/close-all-button}}
|
|
|
|
</$list>
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
2014-10-11 14:26:51 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>
|
2014-07-30 10:40:06 +00:00
|
|
|
</$list>
|
2014-11-23 20:04:13 +00:00
|
|
|
</$button>
|