first commit
This commit is contained in:
23
layouts/joomla/tinymce/togglebutton.php
Normal file
23
layouts/joomla/tinymce/togglebutton.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package Joomla.Site
|
||||
* @subpackage Layout
|
||||
*
|
||||
* @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
use Joomla\CMS\Language\Text;
|
||||
|
||||
?>
|
||||
<div class="toggle-editor btn-toolbar float-end clearfix mt-3">
|
||||
<div class="btn-group">
|
||||
<button type="button" disabled class="btn btn-secondary js-tiny-toggler-button">
|
||||
<span class="icon-eye" aria-hidden="true"></span>
|
||||
<?php echo Text::_('PLG_TINY_BUTTON_TOGGLE_EDITOR'); ?>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user