2016-04-22 07:36:29 +00: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 14:13:56 +00:00
|
|
|
\whitespace trim
|
2018-11-07 16:05:56 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2016-04-22 07:36:29 +00:00
|
|
|
{{$:/core/images/new-image-button}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/NewImage/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2016-04-22 07:36:29 +00:00
|
|
|
</$button>
|