mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
14 lines
580 B
Plaintext
14 lines
580 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" title={{$:/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>
|