1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Expand help panel label to "Help Panel"

This commit is contained in:
Jermolene 2015-03-20 15:16:40 +00:00
parent b46ce419a7
commit 17c1213635

View File

@ -4,7 +4,7 @@ tags: $:/tags/PageTemplate
<$reveal type="match" state="$:/config/ShowHelp" text="yes">
<div class="tc-help-panel">
<div class="tc-tiddler-controls">
<$button set="$:/config/ShowHelp" setTo="no" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> ''Help''
<$button set="$:/config/ShowHelp" setTo="no" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> ''Help Panel''
</div>
<<tabs "[all[shadows+tiddlers]tag[$:/tags/HelpPanel]!has[draft.of]]" "$:/plugins/tiddlywiki/help/HelpPanel/Support" "$:/state/tab/help">>
</div>