Extend control panel plugins tab

Now we display plugin icons, and an accordion containing information
tabs exposed by the plugin.
This commit is contained in:
Jermolene
2014-08-07 15:48:38 +01:00
parent c5b941dc1a
commit 2c4e9a64e9
2 changed files with 56 additions and 0 deletions

15
core/ui/PluginInfo.tid Normal file
View File

@@ -0,0 +1,15 @@
title: $:/core/ui/PluginInfo
\define localised-info-tiddler-title()
$(currentTiddler)$/$(languageTitle)$/$(currentTab)$
\end
\define info-tiddler-title()
$(currentTiddler)$/$(currentTab)$
\end
<$transclude tiddler=<<localised-info-tiddler-title>> mode="block">
<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode="block">
<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode="block">
No ''"<$text text=<<currentTab>>/>"'' found
</$transclude>
</$transclude>
</$transclude>