mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
4de1a1adbe
The title shouldn’t include the toolbar name if we’re starting to have buttons which can be placed on more than one toolbar.
12 lines
522 B
Plaintext
12 lines
522 B
Plaintext
title: $:/core/ui/Buttons/close
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}
|
|
|
|
<$button message="tw-close-tiddler" title={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tw-config-toolbar-class>>>
|
|
<$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> |