2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/delete
|
2015-07-08 14:33:18 +00:00
|
|
|
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
|
|
|
|
2020-11-19 16:37:36 +00:00
|
|
|
\whitespace trim
|
2024-09-10 16:13:58 +00:00
|
|
|
<$button actions=<<cancel-delete-tiddler-actions "delete">>
|
|
|
|
tooltip={{$:/language/Buttons/Delete/Hint}}
|
|
|
|
aria-label={{$:/language/Buttons/Delete/Hint}}
|
|
|
|
class=<<tv-config-toolbar-class>>
|
|
|
|
>
|
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
|
|
|
{{$:/core/images/delete-button}}
|
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>
|
|
|
|
<%endif%>
|
2020-11-16 16:54:29 +00:00
|
|
|
</$button>
|