2014-09-03 11:46:22 +00:00
|
|
|
title: $:/core/ui/ControlPanel/Settings/ToolbarButtons
|
|
|
|
tags: $:/tags/ControlPanel/Settings
|
|
|
|
caption: {{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}
|
2014-07-25 16:17:02 +00:00
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
\whitespace trim
|
2014-09-03 11:46:22 +00:00
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/
|
2014-07-25 16:17:02 +00:00
|
|
|
<<lingo Hint>>
|
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
<$checkbox tiddler="$:/config/Toolbar/Icons"
|
|
|
|
field="text" checked="yes" unchecked="no" default="yes"
|
|
|
|
class="tc-control-panel-item"
|
|
|
|
>
|
|
|
|
<$link to="$:/config/Toolbar/Icons" class="tc-tiny-gap-left">
|
|
|
|
<<lingo Icons/Description>>
|
|
|
|
</$link>
|
|
|
|
</$checkbox>
|
2014-07-25 16:17:02 +00:00
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
<$checkbox tiddler="$:/config/Toolbar/Text"
|
|
|
|
field="text" checked="yes" unchecked="no" default="no"
|
|
|
|
class="tc-control-panel-item"
|
|
|
|
>
|
|
|
|
<$link to="$:/config/Toolbar/Text" class="tc-tiny-gap-left">
|
|
|
|
<<lingo Text/Description>>
|
|
|
|
</$link>
|
|
|
|
</$checkbox>
|