2014-03-25 21:54:06 +00:00
|
|
|
title: $:/core/ui/TopBar/menu
|
|
|
|
tags: $:/tags/TopRightBar
|
|
|
|
|
2022-04-05 15:48:07 +00:00
|
|
|
\whitespace trim
|
2020-02-29 15:56:22 +00:00
|
|
|
<$list filter="[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]" variable="ignore">
|
2020-11-08 11:50:15 +00:00
|
|
|
<$button set="$:/state/sidebar" setTo="no" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class="tc-btn-invisible tc-hide-sidebar-btn">{{$:/core/images/chevron-right}}</$button>
|
2020-02-28 14:34:06 +00:00
|
|
|
</$list>
|
2020-02-29 15:56:22 +00:00
|
|
|
<$list filter="[[$:/state/sidebar]get[text]] +[else[yes]match[no]]" variable="ignore">
|
2020-11-08 11:50:15 +00:00
|
|
|
<$button set="$:/state/sidebar" setTo="yes" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class="tc-btn-invisible tc-show-sidebar-btn">{{$:/core/images/chevron-left}}</$button>
|
2020-02-28 14:34:06 +00:00
|
|
|
</$list>
|