2014-08-19 11:12:36 +00:00
|
|
|
title: $:/core/ui/Buttons/refresh
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}
|
|
|
|
description: {{$:/language/Buttons/Refresh/Hint}}
|
|
|
|
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-browser-refresh" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-08-19 11:12:36 +00:00
|
|
|
{{$:/core/images/refresh-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/Refresh/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
</$button>
|