1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 15:44:49 +02:00

Admin Panel:

- ClipboardJS added!
- Snippets Manager: Embeded info modal added.
This commit is contained in:
Awilum
2019-01-09 00:51:18 +03:00
parent 7c80d92b5a
commit bae6379288

View File

@@ -79,7 +79,7 @@
<br>
<?= Form::label('php_code', __('admin_php_code'), ['for' => 'php_code']) ?>
<div id="php" class="alert alert-dark clipboard" role="alert">
<span id="php">&lt;?= Snippet::get("<span class="js-snippets-php-placeholder"></span>") ?&gt;</span>
<span id="php">&lt;?= Snippets::get("<span class="js-snippets-php-placeholder"></span>") ?&gt;</span>
<button class="js-clipboard-btn btn" data-clipboard-target="#php">
<?= __('admin_copy') ?>
</button>