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.
13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
title: $:/core/ui/Buttons/cancel
|
|
tags: $:/tags/EditToolbar
|
|
caption: {{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}
|
|
|
|
<$button message="tw-cancel-tiddler" title={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tw-config-toolbar-class>>>
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/cancel-button}}
|
|
</$list>
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Cancel/Caption}}/>
|
|
</$list>
|
|
</$button>
|