2015-03-18 11:46:37 +00:00
|
|
|
title: $:/core/ui/ControlPanel/Plugins
|
|
|
|
tags: $:/tags/ControlPanel
|
|
|
|
caption: {{$:/language/ControlPanel/Plugins/Caption}}
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Plugins/
|
|
|
|
|
|
|
|
\define plugin-table(type)
|
2016-10-18 08:23:19 +00:00
|
|
|
<$set name="plugin-type" value="""$type$""">
|
2015-03-18 11:46:37 +00:00
|
|
|
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
|
2016-10-18 08:23:19 +00:00
|
|
|
<$list filter="[!has[draft.of]plugin-type[$type$]sort[description]]" emptyMessage=<<lingo "Empty/Hint">> template="$:/core/ui/Components/plugin-info"/>
|
2015-03-18 11:46:37 +00:00
|
|
|
</$set>
|
|
|
|
</$set>
|
|
|
|
\end
|
|
|
|
|
2016-01-07 23:00:29 +00:00
|
|
|
{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}
|
2015-03-18 11:46:37 +00:00
|
|
|
|
|
|
|
<<lingo Installed/Hint>>
|
|
|
|
|
|
|
|
<<tabs "[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]" "$:/core/ui/ControlPanel/Plugins/Installed/Plugins">>
|