2014-09-03 11:46:22 +00:00
|
|
|
title: $:/core/ui/ControlPanel/Palette
|
2014-02-17 12:09:10 +00:00
|
|
|
tags: $:/tags/ControlPanel/Appearance
|
2014-09-03 11:46:22 +00:00
|
|
|
caption: {{$:/language/ControlPanel/Palette/Caption}}
|
2014-02-17 12:09:10 +00:00
|
|
|
|
2014-09-03 11:46:22 +00:00
|
|
|
\define lingo-base() $:/language/ControlPanel/Palette/
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-17 12:09:10 +00:00
|
|
|
{{$:/snippets/paletteswitcher}}
|
2014-02-20 10:00:38 +00:00
|
|
|
|
|
|
|
<$reveal type="nomatch" state="$:/state/ShowPaletteEditor" text="yes">
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-20 17:53:23 +00:00
|
|
|
<$button set="$:/state/ShowPaletteEditor" setTo="yes"><<lingo ShowEditor/Caption>></$button>
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-20 10:00:38 +00:00
|
|
|
</$reveal>
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-20 10:00:38 +00:00
|
|
|
<$reveal type="match" state="$:/state/ShowPaletteEditor" text="yes">
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-20 17:53:23 +00:00
|
|
|
<$button set="$:/state/ShowPaletteEditor" setTo="no"><<lingo HideEditor/Caption>></$button>
|
2014-02-20 10:00:38 +00:00
|
|
|
{{$:/snippets/paletteeditor}}
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-02-20 10:00:38 +00:00
|
|
|
</$reveal>
|
|
|
|
|