mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
|
title: $:/core/ui/Buttons/refresh
|
||
|
tags: $:/tags/PageControls
|
||
|
caption: {{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}
|
||
|
description: {{$:/language/Buttons/Refresh/Hint}}
|
||
|
|
||
|
<$button message="tw-refresh" title={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tw-config-toolbar-class>>>
|
||
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
||
|
{{$:/core/images/refresh-button}}
|
||
|
</$list>
|
||
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
||
|
<$text text={{$:/language/Buttons/Refresh/Caption}}/>
|
||
|
</$list>
|
||
|
</$button>
|