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