mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-22 05:11:03 -07:00
Experimentally add icons to AdvancedSearch, ControlPanel and TagManager
This commit is contained in:
parent
d7cd94dbd6
commit
8cb7090c40
3 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
title: $:/AdvancedSearch
|
||||
icon: $:/core/images/advanced-search-button
|
||||
|
||||
<div class="tc-advanced-search">
|
||||
<<tabs "[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]" "$:/core/ui/AdvancedSearch/System">>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
title: $:/ControlPanel
|
||||
icon: $:/core/images/options-button
|
||||
|
||||
<div class="tc-control-panel">
|
||||
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]" "$:/core/ui/ControlPanel/Info">>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
title: $:/TagManager
|
||||
icon: $:/core/images/tag-button
|
||||
|
||||
\define lingo-base() $:/language/TagManager/
|
||||
\define iconEditorTab(type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue