2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/control-panel
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/PageControls
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/ControlPanel/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2019-10-07 14:13:56 +00:00
|
|
|
\whitespace trim
|
2024-09-10 11:00:13 +00:00
|
|
|
\procedure control-panel-button(class)
|
|
|
|
<$button to="$:/ControlPanel" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=`$(tv-config-toolbar-class)$ $(class)$`>
|
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-07-29 09:20:13 +00:00
|
|
|
{{$:/core/images/options-button}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2014-10-11 14:26:51 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2015-03-23 11:36:54 +00:00
|
|
|
</$button>
|
|
|
|
\end
|
|
|
|
|
2022-03-27 07:54:33 +00:00
|
|
|
<$list filter="[list<tv-story-list>] +[field:title[$:/ControlPanel]]" emptyMessage=<<control-panel-button>>>
|
2015-03-23 11:36:54 +00:00
|
|
|
<<control-panel-button "tc-selected">>
|
|
|
|
</$list>
|