1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/core/ui/EditToolbar/delete.tid

15 lines
673 B
Plaintext
Raw Normal View History

title: $:/core/ui/Buttons/delete
tags: $:/tags/EditToolbar $:/tags/ViewToolbar
2014-07-29 09:20:13 +00:00
caption: {{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}
2014-07-31 08:28:46 +00:00
description: {{$:/language/Buttons/Delete/Hint}}
2013-11-17 21:53:39 +00:00
\whitespace trim
<$button actions=<<cancel-delete-tiddler-actions "delete">> tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
2014-07-29 09:20:13 +00:00
{{$:/core/images/delete-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>
2014-07-29 09:20:13 +00:00
</$list>
</$button>