mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
4de1a1adbe
The title shouldn’t include the toolbar name if we’re starting to have buttons which can be placed on more than one toolbar.
13 lines
544 B
Plaintext
13 lines
544 B
Plaintext
title: $:/core/ui/Buttons/info
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}
|
|
|
|
<$button popup=<<tiddlerInfoState>> title={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tw-config-toolbar-class>> selectedClass="tw-selected">
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/info-button}}
|
|
</$list>
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Info/Caption}}/>
|
|
</$list>
|
|
</$button>
|