mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-14 18:35:21 +01:00
18 lines
826 B
HTML
18 lines
826 B
HTML
<div class="regex-script-label flex-container flexnowrap">
|
|
<span class="drag-handle menu-handle">☰</span>
|
|
<div class="regex_script_name flexGrow overflow-hidden"></div>
|
|
<div class="flex-container flexnowrap">
|
|
<label class="checkbox flex-container" for="regex_disable">
|
|
<input type="checkbox" name="regex_disable" class="disable_regex" />
|
|
<span class="regex-toggle-on fa-solid fa-toggle-on" title="Disable script"></span>
|
|
<span class="regex-toggle-off fa-solid fa-toggle-off" title="Enable script"></span>
|
|
</label>
|
|
<div class="edit_existing_regex menu_button">
|
|
<i class="fa-solid fa-pencil"></i>
|
|
</div>
|
|
<div class="delete_regex menu_button">
|
|
<i class="fa-solid fa-trash"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|