mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 16:51:36 -08:00
Move "get more plugins" button into a transcludable tiddler
This commit is contained in:
parent
c1763193df
commit
334497ce4e
2 changed files with 8 additions and 3 deletions
|
|
@ -96,9 +96,7 @@ No information provided
|
|||
</$set>
|
||||
\end
|
||||
|
||||
<$button message="tm-modal" param="$:/core/ui/ControlPanel/Modals/AddPlugins" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class="tc-btn-big-green" style="background:blue;">
|
||||
{{$:/core/images/download-button}} <<lingo Add/Caption>>
|
||||
</$button>
|
||||
{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}
|
||||
|
||||
<<lingo Installed/Hint>>
|
||||
|
||||
|
|
|
|||
7
core/ui/ControlPanel/Plugins/AddPlugins.tid
Normal file
7
core/ui/ControlPanel/Plugins/AddPlugins.tid
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
title: $:/core/ui/ControlPanel/Plugins/AddPlugins
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Plugins/
|
||||
|
||||
<$button message="tm-modal" param="$:/core/ui/ControlPanel/Modals/AddPlugins" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class="tc-btn-big-green" style="background:blue;">
|
||||
{{$:/core/images/download-button}} <<lingo Add/Caption>>
|
||||
</$button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue