2016-11-29 08:36:07 +00:00
|
|
|
title: $:/core/ui/Buttons/manager
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/list}} {{$:/language/Buttons/Manager/Caption}}
|
|
|
|
description: {{$:/language/Buttons/Manager/Hint}}
|
|
|
|
|
2019-10-07 14:13:56 +00:00
|
|
|
\whitespace trim
|
2024-09-10 11:00:13 +00:00
|
|
|
\procedure manager-button(class)
|
|
|
|
<$button to="$:/Manager" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=`$(tv-config-toolbar-class)$ $(class)$`>
|
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2016-11-29 08:36:07 +00:00
|
|
|
{{$:/core/images/list}}
|
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/Manager/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2016-11-29 08:36:07 +00:00
|
|
|
</$button>
|
|
|
|
\end
|
|
|
|
|
|
|
|
<$list filter="[list[$:/StoryList]] +[field:title[$:/Manager]]" emptyMessage=<<manager-button>>>
|
|
|
|
<<manager-button "tc-selected">>
|
|
|
|
</$list>
|