2015-02-25 16:53:32 +00:00
|
|
|
caption: {{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}
|
|
|
|
tags: $:/tags/ControlPanel/Settings
|
|
|
|
title: $:/core/ui/ControlPanel/Settings/DefaultSidebarTab
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/
|
2022-04-06 07:27:05 +00:00
|
|
|
\whitespace trim
|
2015-02-25 16:53:32 +00:00
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
<$link to="$:/config/DefaultSidebarTab" class="tc-control-panel-item">
|
|
|
|
<<lingo Hint>>
|
|
|
|
</$link>
|
2015-02-25 16:53:32 +00:00
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
<$select tiddler="$:/config/DefaultSidebarTab" class="tc-select">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]">
|
|
|
|
<option value=<<currentTiddler>>>
|
|
|
|
<$transclude field="caption">
|
|
|
|
<$text text=<<currentTiddler>>/>
|
|
|
|
</$transclude>
|
|
|
|
</option>
|
|
|
|
</$list>
|
2015-03-03 18:10:01 +00:00
|
|
|
</$select>
|