2014-07-29 13:37:57 +01:00
|
|
|
title: $:/core/ui/Buttons/cancel
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/EditToolbar
|
2014-07-29 10:20:13 +01:00
|
|
|
caption: {{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}
|
2014-07-31 09:28:46 +01:00
|
|
|
description: {{$:/language/Buttons/Cancel/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2020-11-19 17:37:36 +01:00
|
|
|
\whitespace trim
|
2020-11-16 17:54:29 +01:00
|
|
|
<$button actions=<<cancel-delete-tiddler-actions "cancel">> tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-07-29 10:20:13 +01:00
|
|
|
{{$:/core/images/cancel-button}}
|
|
|
|
</$list>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2014-10-12 00:26:51 +10:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>
|
2014-07-29 10:20:13 +01:00
|
|
|
</$list>
|
2020-11-16 17:54:29 +01:00
|
|
|
</$button>
|