2014-07-29 13:37:57 +01:00
|
|
|
title: $:/core/ui/Buttons/save
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/EditToolbar
|
2014-07-29 10:20:13 +01:00
|
|
|
caption: {{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}
|
2014-07-31 09:28:46 +01:00
|
|
|
description: {{$:/language/Buttons/Save/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2019-10-14 15:31:57 +02:00
|
|
|
\define save-tiddler-button()
|
2020-11-19 17:37:36 +01:00
|
|
|
\whitespace trim
|
2016-05-09 08:52:27 -07:00
|
|
|
<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>
|
2019-10-14 15:31:57 +02:00
|
|
|
<<save-tiddler-actions>>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-07-29 10:20:13 +01:00
|
|
|
{{$:/core/images/done-button}}
|
|
|
|
</$list>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2014-10-12 00:26:51 +10:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Save/Caption}}/></span>
|
2014-07-29 10:20:13 +01:00
|
|
|
</$list>
|
2017-09-16 16:29:44 +02:00
|
|
|
</$button></$fieldmangler>
|
2019-10-14 15:31:57 +02:00
|
|
|
\end
|
|
|
|
<<save-tiddler-button>>
|