2025-05-12 14:58:32 -06:00
|
|
|
<div class="text-editor-control hide-el">
|
2024-03-05 15:49:30 -06:00
|
|
|
<button id="edit-bold" class="content-editor-btn-text editor-button" title="bold">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-bold" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-bold" xlink:href="/assets/images/global/sprite.svg#tabler-bold" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-italic" class="content-editor-btn-text editor-button" title="italic">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-italic" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-italic" xlink:href="/assets/images/global/sprite.svg#tabler-italic" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-strikethrough" class="content-editor-btn-text editor-button" title="strikethrough">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-strikethrough" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-strikethrough" xlink:href="/assets/images/global/sprite.svg#tabler-strikethrough" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-link" class="content-editor-btn-icon editor-button" title="insert link">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-link" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-link" xlink:href="/assets/images/global/sprite.svg#entypo-link" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-header1" class="content-editor-btn-text editor-button" title="header 1">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-header1" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-header1" xlink:href="/assets/images/global/sprite.svg#tabler-heading-1" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-header2" class="content-editor-btn-text editor-button" title="header 2">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-header2" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-header2" xlink:href="/assets/images/global/sprite.svg#tabler-heading-2" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-header3" class="content-editor-btn-text editor-button" title="header 3">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-header3" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-header3" xlink:href="/assets/images/global/sprite.svg#tabler-heading-3" />
|
|
|
|
</svg>
|
2024-03-05 15:49:30 -06:00
|
|
|
</button>
|
|
|
|
<button id="edit-image" class="content-editor-btn-icon editor-button" title="insert image">
|
2025-05-18 12:20:39 -06:00
|
|
|
<svg id="edit-image" class="editor-icon">
|
2025-05-12 13:12:58 -06:00
|
|
|
<use id="edit-image" xlink:href="/assets/images/global/sprite.svg#entypo-image" />
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
</div>
|