Файловый менеджер - Редактировать - /var/www/html/components/com_komento/themes/wireframe/dashboard/dialogs/gdpr.confirm.php
Ðазад
<?php /** * @package Komento * @copyright Copyright (C) Stack Ideas Sdn Bhd. All rights reserved. * @license GNU/GPL, see LICENSE.php * Komento is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ defined('_JEXEC') or die('Unauthorized Access'); ?> <dialog> <width>500</width> <height>200</height> <selectors type="json"> { "{closeButton}" : "[data-close-button]", "{submitButton}" : "[data-submit-button]", "{form}": "[data-gdpr-request-form]" } </selectors> <bindings type="javascript"> { "{closeButton} click" : function() { this.parent.close(); }, "{submitButton} click" : function() { this.form().submit(); } } </bindings> <title><?php echo JText::_('COM_KT_GDPR_DOWNLOAD_INFORMATION'); ?></title> <content> <div class="t-lg-mb--xl"><?php echo JText::_('COM_KT_GDPR_DOWNLOAD_DESC1');?></div> <div class="t-lg-mt--xl"><?php echo JText::sprintf('COM_KT_GDPR_DOWNLOAD_DESC2', $email);?></div> <form action="<?php echo JRoute::_('index.php');?>" method="post" data-gdpr-request-form> <?php echo $this->fd->html('form.action', 'download', 'dashboard'); ?> </form> </content> <buttons> <?php echo $this->html('dialog.closeButton'); ?> <?php echo $this->html('dialog.submitButton', 'COM_KT_GDPR_REQUEST_DATA_BUTTON', 'primary'); ?> </buttons> </dialog>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка