1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Avoid localisable strings in the tag manager icon dropdown

This commit is contained in:
Jermolene 2014-08-09 20:52:31 +01:00
parent e74a598aeb
commit 69de66ef80

View File

@ -14,13 +14,8 @@ title: $:/TagManager
<$reveal state=<<qualify "$:/state/popup/icon/$title$">> type="popup" position="belowleft" text="" default="">
<div class="tw-drop-down">
<$linkcatcher to="$title$!!icon">
<div class="tw-dropdown-item">
Images
</div>
<<iconEditorTab type:"!">>
<div class="tw-dropdown-item">
System Images
</div>
<hr/>
<<iconEditorTab type:"">>
</$linkcatcher>
</div>