mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Plugin Chooser: Use existing template for updates tab
This commit is contained in:
parent
fd9938f2cc
commit
dc98432fa0
@ -29,38 +29,8 @@ $body$
|
||||
{{$:/core/images/download-button}} {{||$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption}}
|
||||
</$button>
|
||||
|
||||
<table class="tc-plugin-library-listing">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>
|
||||
Plugin
|
||||
</th>
|
||||
<th>
|
||||
Installed
|
||||
</th>
|
||||
<th>
|
||||
Available
|
||||
</th>
|
||||
<th>
|
||||
Install
|
||||
</th>
|
||||
</tr>
|
||||
<$macrocall $name="each-updateable-plugin" body="""<tr>
|
||||
<td>
|
||||
<strong><$text text={{{ [<assetInfo>get[name]] ~[<assetInfo>get[original-title]split[/]last[1]] }}}/></strong>: <$view tiddler=<<assetInfo>> field="description"/>
|
||||
<br>
|
||||
<$text text={{{ [<assetInfo>get[original-title]] }}}/>
|
||||
</td>
|
||||
<td>
|
||||
<$text text=<<installedVersion>>/>
|
||||
</td>
|
||||
<td>
|
||||
<$text text=<<libraryVersion>>/>
|
||||
</td>
|
||||
<td>
|
||||
<<install-plugin-button>>
|
||||
</td>
|
||||
</tr>
|
||||
<div class="tc-plugin-library-listing">
|
||||
<$macrocall $name="each-updateable-plugin" body="""
|
||||
<$macrocall $name="display-plugin-info" type={{{ [<assetInfo>get[original-plugin-type]] }}}/>
|
||||
"""/>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user