mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
Add caption to ControlPanel LayoutSwitcher (#5103)
* Update LayoutSwitcher.tid * Update ControlPanel.multids
This commit is contained in:
parent
519962b4a9
commit
af72fdf245
@ -44,6 +44,7 @@ KeyboardShortcuts/Platform/Linux: Linux platform only
|
|||||||
KeyboardShortcuts/Platform/NonLinux: Non-Linux platforms only
|
KeyboardShortcuts/Platform/NonLinux: Non-Linux platforms only
|
||||||
KeyboardShortcuts/Platform/Windows: Windows platform only
|
KeyboardShortcuts/Platform/Windows: Windows platform only
|
||||||
KeyboardShortcuts/Platform/NonWindows: Non-Windows platforms only
|
KeyboardShortcuts/Platform/NonWindows: Non-Windows platforms only
|
||||||
|
LayoutSwitcher/Caption: Layout
|
||||||
LoadedModules/Caption: Loaded Modules
|
LoadedModules/Caption: Loaded Modules
|
||||||
LoadedModules/Hint: These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process.
|
LoadedModules/Hint: These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process.
|
||||||
Palette/Caption: Palette
|
Palette/Caption: Palette
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
title: $:/snippets/LayoutSwitcher
|
title: $:/snippets/LayoutSwitcher
|
||||||
tags: $:/tags/ControlPanel/Appearance
|
tags: $:/tags/ControlPanel/Appearance
|
||||||
|
caption: {{$:/language/ControlPanel/LayoutSwitcher/Caption}}
|
||||||
|
|
||||||
<$linkcatcher to="$:/layout">
|
<$linkcatcher to="$:/layout">
|
||||||
<div class="tc-chooser">
|
<div class="tc-chooser">
|
||||||
@ -13,4 +14,4 @@ tags: $:/tags/ControlPanel/Appearance
|
|||||||
</$list>
|
</$list>
|
||||||
</$list>
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
</$linkcatcher>
|
</$linkcatcher>
|
||||||
|
Loading…
Reference in New Issue
Block a user