mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
13 lines
598 B
Plaintext
13 lines
598 B
Plaintext
|
title: $:/core/ui/Buttons/print
|
||
|
tags: $:/tags/PageControls
|
||
|
caption: {{$:/core/images/print-button}} {{$:/language/Buttons/Print/Caption}}
|
||
|
description: {{$:/language/Buttons/Print/Hint}}
|
||
|
|
||
|
<$button message="tm-print" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=<<tv-config-toolbar-class>>>
|
||
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
||
|
{{$:/core/images/print-button}}
|
||
|
</$list>
|
||
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Print/Caption}}/></span>
|
||
|
</$list>
|
||
|
</$button>
|