2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/permalink
|
2014-07-27 10:43:26 +00:00
|
|
|
tags: $:/tags/ViewToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/Permalink/Hint}}
|
2014-07-27 10:43:26 +00:00
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\whitespace trim
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-permalink" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-05 17:40:18 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-07-27 10:43:26 +00:00
|
|
|
{{$:/core/images/permalink-button}}
|
2024-09-05 17:40:18 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2017-07-12 15:47:52 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/Permalink/Caption}}/>
|
|
|
|
</span>
|
2024-09-05 17:40:18 +00:00
|
|
|
<%endif%>
|
2014-11-23 16:32:29 +00:00
|
|
|
</$button>
|