1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 14:23:53 +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=""> <$reveal state=<<qualify "$:/state/popup/icon/$title$">> type="popup" position="belowleft" text="" default="">
<div class="tw-drop-down"> <div class="tw-drop-down">
<$linkcatcher to="$title$!!icon"> <$linkcatcher to="$title$!!icon">
<div class="tw-dropdown-item">
Images
</div>
<<iconEditorTab type:"!">> <<iconEditorTab type:"!">>
<div class="tw-dropdown-item"> <hr/>
System Images
</div>
<<iconEditorTab type:"">> <<iconEditorTab type:"">>
</$linkcatcher> </$linkcatcher>
</div> </div>