1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 21:50:02 +00:00

20 lines
623 B
Plaintext
Raw Normal View History

title: $:/core/ui/Buttons/close
2013-11-17 21:53:39 +00:00
tags: $:/tags/ViewToolbar
2014-07-29 10:20:13 +01:00
caption: {{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}
2014-07-31 09:28:46 +01:00
description: {{$:/language/Buttons/Close/Hint}}
2013-11-17 21:53:39 +00:00
\whitespace trim
<$button message="tm-close-tiddler"
tooltip={{$:/language/Buttons/Close/Hint}}
aria-label={{$:/language/Buttons/Close/Caption}}
class=<<tv-config-toolbar-class>>
>
<%if [<tv-config-toolbar-icons>match[yes]] %>
{{$:/core/images/close-button}}
<%endif%>
<%if [<tv-config-toolbar-text>match[yes]] %>
<span class="tc-btn-text">
<$text text={{$:/language/Buttons/Close/Caption}}/>
</span>
<%endif%>
2014-07-25 17:17:02 +01:00
</$button>