mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
b7f638aef3
Fixes remainder of #824
14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
title: $:/core/ui/Buttons/cancel
|
|
tags: $:/tags/EditToolbar
|
|
caption: {{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}
|
|
description: {{$:/language/Buttons/Cancel/Hint}}
|
|
|
|
<$button message="tm-cancel-tiddler" tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/cancel-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Cancel/Caption}}/>
|
|
</$list>
|
|
</$button>
|