2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/save
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/EditToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/Save/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2023-01-23 13:22:27 +00:00
|
|
|
\whitespace trim
|
2024-09-05 17:40:18 +00:00
|
|
|
\procedure save-tiddler-button()
|
2023-01-23 13:23:25 +00:00
|
|
|
<$fieldmangler>
|
|
|
|
<$button
|
|
|
|
tooltip={{$:/language/Buttons/Save/Hint}}
|
2024-09-10 16:14:29 +00:00
|
|
|
aria-label={{$:/language/Buttons/Save/Hint}}
|
2023-01-23 13:23:25 +00:00
|
|
|
class=<<tv-config-toolbar-class>>
|
|
|
|
>
|
|
|
|
<<save-tiddler-actions>>
|
2024-09-05 17:40:18 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2023-01-23 13:23:25 +00:00
|
|
|
{{$:/core/images/done-button}}
|
2024-09-05 17:40:18 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2023-01-23 13:23:25 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Save/Caption}}/></span>
|
2024-09-05 17:40:18 +00:00
|
|
|
<%endif%>
|
2023-01-23 13:23:25 +00:00
|
|
|
</$button>
|
|
|
|
</$fieldmangler>
|
2019-10-14 13:31:57 +00:00
|
|
|
\end
|
|
|
|
<<save-tiddler-button>>
|