From 96457d801159958b897f98e22aa9af53b97f0e35 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 13 Mar 2014 17:43:18 +0000 Subject: [PATCH] Rejig plugins tab of control panel Now we divide the plugins into categories and organise the displayed information a bit better --- core/language/en-GB/ControlPanel.multids | 5 +++- core/ui/ControlPanel/Plugins.tid | 38 +++++++++++++++++++++++- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/core/language/en-GB/ControlPanel.multids b/core/language/en-GB/ControlPanel.multids index 4704cd10a..19f0936a3 100644 --- a/core/language/en-GB/ControlPanel.multids +++ b/core/language/en-GB/ControlPanel.multids @@ -14,9 +14,9 @@ Appearance/Palette/Editor/Clone/Prompt: It is recommended that you clone this sh Appearance/Palette/Editor/Prompt/Modified: This shadow palette has been modified Appearance/Palette/Editor/Prompt: Editing Appearance/Palette/Editor/Reset/Caption: reset -Appearance/Palette/ShowEditor/Caption: show editor Appearance/Palette/HideEditor/Caption: hide editor Appearance/Palette/Prompt: Current palette: +Appearance/Palette/ShowEditor/Caption: show editor Appearance/StoryView/Caption: Story View Appearance/StoryView/Prompt: Current view: Appearance/Theme/Caption: Theme @@ -40,6 +40,9 @@ Plugins/Caption: Plugins Plugins/Fields/Description: Description Plugins/Fields/Title: Title Plugins/Fields/Version: Version +Plugins/Language/Prompt: Languages +Plugins/Plugin/Prompt: Plugins +Plugins/Theme/Prompt: Themes Saving/AutoSave/Disabled/Button: enable Saving/AutoSave/Disabled/Prompt: Autosave is currently disabled Saving/AutoSave/Enabled/Button: disable diff --git a/core/ui/ControlPanel/Plugins.tid b/core/ui/ControlPanel/Plugins.tid index 0c13d738c..47c0e9663 100644 --- a/core/ui/ControlPanel/Plugins.tid +++ b/core/ui/ControlPanel/Plugins.tid @@ -3,6 +3,42 @@ tags: $:/tags/ControlPanel caption: {{$:/language/ControlPanel/Plugins/Caption}} \define lingo-base() $:/language/ControlPanel/Plugins/ -<$list filter="[!has[draft.of]has[plugin-type]sort[title]]"> +\define plugin-table(type) +
<><><>
<$link to={{!!title}}><$view field="title"/><$view field="description"/><$view field="version"/>
+ + + + + +<$list filter="[!has[draft.of]plugin-type[$type$]sort[description]]"> + + + + +
+<> + +<> +
+<$link to={{!!title}}> +''<$view field="description"><$view field="title"/>''
+<$view field="title"/> + +
+<$view field="version"/> +
+\end + +! <> + +<> + +! <> + +<> + +! <> + +<>