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
|
|
|
|
2014-07-29 09:20:13 +00:00
|
|
|
<$button message="tw-save-tiddler" title={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tw-config-toolbar-class>>>
|
|
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
|
|
{{$:/core/images/done-button}}
|
|
|
|
</$list>
|
|
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
|
|
<$text text={{$:/language/Buttons/Save/Caption}}/>
|
|
|
|
</$list>
|
|
|
|
</$button>
|