2013-11-17 21:53:39 +00:00
|
|
|
title: $:/core/ui/ViewToolbar/close
|
|
|
|
tags: $:/tags/ViewToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2014-07-29 09:20:13 +00:00
|
|
|
<$button message="tw-close-tiddler" title={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tw-config-toolbar-class>>>
|
2014-07-25 16:17:02 +00:00
|
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
|
|
{{$:/core/images/close-button}}
|
|
|
|
</$list>
|
|
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
|
|
<$text text={{$:/language/Buttons/Close/Caption}}/>
|
|
|
|
</$list>
|
|
|
|
</$button>
|