mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
753a820945
* change aria-label from caption to hint to make it more descriptive * add indentation
19 lines
646 B
Plaintext
19 lines
646 B
Plaintext
title: $:/core/ui/Buttons/cancel
|
|
tags: $:/tags/EditToolbar
|
|
caption: {{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}
|
|
description: {{$:/language/Buttons/Cancel/Hint}}
|
|
|
|
\whitespace trim
|
|
<$button actions=<<cancel-delete-tiddler-actions "cancel">>
|
|
tooltip={{$:/language/Buttons/Cancel/Hint}}
|
|
aria-label={{$:/language/Buttons/Cancel/Hint}}
|
|
class=<<tv-config-toolbar-class>>
|
|
>
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
|
{{$:/core/images/cancel-button}}
|
|
<%endif%>
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>
|
|
<%endif%>
|
|
</$button>
|