2013-11-10 21:40:03 +00:00
|
|
|
title: $:/core/ui/ControlPanel/Plugins
|
|
|
|
tags: $:/tags/ControlPanel
|
2014-02-15 13:29:24 +00:00
|
|
|
caption: {{$:/language/ControlPanel/Plugins/Caption}}
|
2013-11-10 21:40:03 +00:00
|
|
|
|
2014-02-15 13:29:24 +00:00
|
|
|
\define lingo-base() $:/language/ControlPanel/Plugins/
|
2014-03-13 17:43:18 +00:00
|
|
|
\define plugin-table(type)
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
<<lingo Fields/Description>>
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
<<lingo Fields/Version>>
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
<$list filter="[!has[draft.of]plugin-type[$type$]sort[description]]">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<$link to={{!!title}}>
|
|
|
|
''<$view field="description"><$view field="title"/></$view>''<br>
|
|
|
|
<$view field="title"/>
|
|
|
|
</$link>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<$view field="version"/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</$list>
|
2013-11-10 21:40:03 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
2014-03-13 17:43:18 +00:00
|
|
|
\end
|
|
|
|
|
|
|
|
! <<lingo Plugin/Prompt>>
|
|
|
|
|
|
|
|
<<plugin-table plugin>>
|
|
|
|
|
|
|
|
! <<lingo Theme/Prompt>>
|
|
|
|
|
|
|
|
<<plugin-table theme>>
|
|
|
|
|
|
|
|
! <<lingo Language/Prompt>>
|
|
|
|
|
|
|
|
<<plugin-table language>>
|