2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/close
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/ViewToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/Close/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\whitespace trim
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-07-25 16:17:02 +00:00
|
|
|
{{$:/core/images/close-button}}
|
|
|
|
</$list>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2017-07-12 15:47:52 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/Close/Caption}}/>
|
|
|
|
</span>
|
2014-07-25 16:17:02 +00:00
|
|
|
</$list>
|
|
|
|
</$button>
|