1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 18:39:54 +00:00
TiddlyWiki5/core/ui/PageControls/closeall.tid

14 lines
604 B
Plaintext
Raw Normal View History

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-08-28 20:43:44 +00:00
<$button message="tm-close-all-tiddlers" title={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tw-config-toolbar-class>>>
2014-07-30 10:40:06 +00:00
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/close-all-button}}
</$list>
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
<$text text={{$:/language/Buttons/CloseAll/Caption}}/>
</$list>
</$button>