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