2024-03-05 22:49:30 +01:00
|
|
|
<div role="text-editor-control">
|
|
|
|
<button id="edit-bold" class="content-editor-btn-text editor-button" title="bold">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-bold" role="icon">
|
|
|
|
<use id="edit-bold" xlink:href="/assets/images/global/sprite.svg#tabler-bold"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-italic" class="content-editor-btn-text editor-button" title="italic">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-italic" role="icon">
|
|
|
|
<use id="edit-italic" xlink:href="/assets/images/global/sprite.svg#tabler-italic"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-strikethrough" class="content-editor-btn-text editor-button" title="strikethrough">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-strikethrough" role="icon">
|
|
|
|
<use id="edit-strikethrough" xlink:href="/assets/images/global/sprite.svg#tabler-strikethrough"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-link" class="content-editor-btn-icon editor-button" title="insert link">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-link" role="icon">
|
|
|
|
<use id="edit-link" xlink:href="/assets/images/global/sprite.svg#entypo-link"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-header1" class="content-editor-btn-text editor-button" title="header 1">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-header1" role="icon">
|
|
|
|
<use id="edit-header1" xlink:href="/assets/images/global/sprite.svg#tabler-heading-1"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-header2" class="content-editor-btn-text editor-button" title="header 2">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-header2" role="icon">
|
|
|
|
<use id="edit-header2" xlink:href="/assets/images/global/sprite.svg#tabler-heading-2"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-header3" class="content-editor-btn-text editor-button" title="header 3">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-header3" role="icon">
|
|
|
|
<use id="edit-header3" xlink:href="/assets/images/global/sprite.svg#tabler-heading-3"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-image" class="content-editor-btn-icon editor-button" title="insert image">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-image" role="icon">
|
|
|
|
<use id="edit-image" xlink:href="/assets/images/global/sprite.svg#entypo-image"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
@if($mode == "edit")
|
|
|
|
<button id="edit-update" class="post-sumbit-btn submit-start editor-button" data-action='blog-update' data-id="{{ $page['uuid'] }} type='submit' title=" bold">
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-update" role="icon">
|
|
|
|
<use id="edit-update" xlink:href="/assets/images/global/sprite.svg#entypo-save"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
<button id="edit-delete" class="content-editor-btn-icon editor-button submit-delete" for="post-delete" title='delete post'>
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-delete" role="icon">
|
|
|
|
<use id="edit-delete" xlink:href="/assets/images/global/sprite.svg#entypo-cross"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
@else
|
|
|
|
<button id="edit-save" class="post-sumbit-btn submit-start editor-button" data-action='blog-add' type='submit'>
|
2024-03-22 03:10:09 +01:00
|
|
|
<svg id="edit-save" role="icon">
|
|
|
|
<use id="edit-save" xlink:href="/assets/images/global/sprite.svg#entypo-plus"/>
|
|
|
|
</svg>
|
2024-03-05 22:49:30 +01:00
|
|
|
</button>
|
|
|
|
@endif
|
|
|
|
</div>
|