| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/www/cj79373/plugins/editors-xtd/modals/layouts/ |
Upload File : |
<?php
/**
* @package Modals
* @version 12.3.5
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://regularlabs.com
* @copyright Copyright © 2023 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('_JEXEC') or die;
use Joomla\CMS\Factory as JFactory;
use Joomla\CMS\Language\Text as JText;
$user = JFactory::getApplication()->getIdentity() ?: JFactory::getUser();
?>
<nav class="navbar">
<div class="navbar-inner">
<div class="container-fluid">
<div class="btn-toolbar" id="toolbar">
<div class="btn-wrapper" id="toolbar-apply">
<button onclick="if(RegularLabsModalsPopup.insertText()){window.parent.SqueezeBox.close();}" class="btn btn-small btn-success">
<span class="icon-apply icon-white"></span> <?php echo JText::_('RL_INSERT') ?>
</button>
</div>
<div class="btn-wrapper" id="toolbar-cancel">
<button onclick="if(confirm('<?php echo JText::_('RL_ARE_YOU_SURE'); ?>')){window.parent.SqueezeBox.close();}" class="btn btn-small">
<span class="icon-cancel "></span> <?php echo JText::_('JCANCEL') ?>
</button>
</div>
<?php if (JFactory::getApplication()->isClient('administrator') && $user->authorise('core.admin', 1)) : ?>
<div class="btn-wrapper" id="toolbar-options">
<button onclick="window.open('index.php?option=com_plugins&filter_folder=system&filter_search=<?php echo JText::_('MODALS') ?>');" class="btn btn-small">
<span class="icon-options"></span> <?php echo JText::_('JOPTIONS') ?>
</button>
</div>
<?php endif; ?>
</div>
</div>
</div>
</nav>