Blame Raw
· · · 36 lines (2.2 KB)
0 contributors
1<div class="regex-script-label flex-container flexnowrap">
2 <input type="checkbox" class="regex_bulk_checkbox" />
3 <span class="drag-handle menu-handle">&#9776;</span>
4 <div class="regex_script_name flex1 overflow-hidden"></div>
5 <div class="flex-container flexnowrap">
6 <label class="checkbox flex-container margin-r5" for="regex_disable">
7 <input type="checkbox" name="regex_disable" class="disable_regex" />
8 <span class="regex-toggle-on fa-solid fa-toggle-on" data-i18n="[title]ext_regex_disable_script" title="Disable script"></span>
9 <span class="regex-toggle-off fa-solid fa-toggle-off" data-i18n="[title]ext_regex_enable_script" title="Enable script"></span>
10 </label>
11 <label class="menu_button regex_script_expand" title="Show more options" data-i18n="[title]Show more options">
12 <input type="checkbox" name="regex_expand" />
13 <span class="fa-solid fa-ellipsis"></span>
14 </label>
15 <div class="flex-container regex_script_buttons">
16 <div class="move_to_global menu_button" data-i18n="[title]ext_regex_move_to_global" title="Move to global scripts">
17 <i class="fa-solid fa-globe"></i>
18 </div>
19 <div class="move_to_preset menu_button" data-i18n="[title]ext_regex_move_to_preset" title="Move to preset scripts">
20 <i class="fa-solid fa-sliders"></i>
21 </div>
22 <div class="move_to_scoped menu_button" data-i18n="[title]ext_regex_move_to_scoped" title="Move to scoped scripts">
23 <i class="fa-solid fa-address-card"></i>
24 </div>
25 <div class="export_regex menu_button" data-i18n="[title]ext_regex_export_script" title="Export script">
26 <i class="fa-solid fa-file-export"></i>
27 </div>
28 </div>
29 <div class="edit_existing_regex menu_button" data-i18n="[title]ext_regex_edit_script" title="Edit script">
30 <i class="fa-solid fa-pencil"></i>
31 </div>
32 <div class="delete_regex menu_button" data-i18n="[title]ext_regex_delete_script" title="Delete script">
33 <i class="fa-solid fa-trash"></i>
34 </div>
35 </div>
36</div>