2016-04-22 08:36:29 +01:00
|
|
|
title: $:/core/ui/Buttons/new-image
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}
|
|
|
|
description: {{$:/language/Buttons/NewImage/Hint}}
|
|
|
|
|
2019-10-07 16:13:56 +02:00
|
|
|
\whitespace trim
|
2018-11-07 17:05:56 +01:00
|
|
|
<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2016-04-22 08:36:29 +01:00
|
|
|
{{$:/core/images/new-image-button}}
|
|
|
|
</$list>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-25 03:24:37 +09:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/NewImage/Caption}}/>
|
|
|
|
</span>
|
2016-04-22 08:36:29 +01:00
|
|
|
</$list>
|
|
|
|
</$button>
|