2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/edit
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/ViewToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/Edit/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\whitespace trim
|
2024-09-10 16:13:58 +00:00
|
|
|
<$button message="tm-edit-tiddler"
|
|
|
|
tooltip={{$:/language/Buttons/Edit/Hint}}
|
|
|
|
aria-label={{$:/language/Buttons/Edit/Hint}}
|
|
|
|
class=<<tv-config-toolbar-class>>
|
|
|
|
>
|
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
|
|
|
{{$:/core/images/edit-button}}
|
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/Edit/Caption}}/>
|
|
|
|
</span>
|
|
|
|
<%endif%>
|
2014-11-23 16:32:29 +00:00
|
|
|
</$button>
|