Blame Raw
· · · 36 lines (2.3 KB)
0 contributors
1<div class="title_restorable alignItemsBaseline">
2 <h3 data-i18n="Tag Management">Tag Management</h3>
3 <div class="flex-container alignItemsBaseline">
4 <div class="menu_button menu_button_icon tag_view_prune" data-i18n="[title]Remove unused tags" title="Remove unused tags">
5 <i class="fa-solid fa-scissors"></i>
6 <span data-i18n="Prune">Prune</span>
7 </div>
8 <div class="menu_button menu_button_icon tag_view_backup" data-i18n="[title]Save your tags to a file" title="Save your tags to a file">
9 <i class="fa-solid fa-file-export"></i>
10 <span data-i18n="Backup">Backup</span>
11 </div>
12 <div class="menu_button menu_button_icon tag_view_restore" data-i18n="[title]Restore tags from a file" title="Restore tags from a file">
13 <i class="fa-solid fa-file-import"></i>
14 <span data-i18n="Restore">Restore</span>
15 </div>
16 <div class="menu_button menu_button_icon tag_view_create" data-i18n="[title]Create a new tag" title="Create a new tag">
17 <i class="fa-solid fa-plus"></i>
18 <span data-i18n="Create">Create</span>
19 </div>
20 <input type="file" id="tag_view_restore_input" hidden accept=".json">
21 </div>
22 </div>
23 <div class="justifyLeft m-b-1">
24 <div class="flex-container alignItemsBaseline">
25 <span data-i18n="Sort mode">Sort mode:</span>
26 <select id="tag_sort_mode_select" class="flex1 text_pole">
27 <option value="manual" data-i18n="Manual (Drag & Drop)">Manual (Drag & Drop)</option>
28 <option value="alphabetical" data-i18n="Alphabetical (A-Z)">Alphabetical (A-Z)</option>
29 <option value="by_entries" data-i18n="Most Used (By Count)">Most Used (By Count)</option>
30 </select>
31 </div>
32 <small>
33 <span data-i18n="Drag handle to reorder. Click name to rename. Click color to change display.">Drag handle to reorder. Click name to rename. Click color to change display.</span><br>
34 {{#if bogus_folders}}<span data-i18n="Click on the folder icon to use this tag as a folder.">Click on the folder icon to use this tag as a folder.</span><br>{{/if}}
35 </small>
36 </div>