File manager - Edit - /home/opticamezl/www/newok/plugins/system/cookiespolicynotificationbar/elements/viewacceptancelogscom.php
Back
<?php /* ====================================================== # Cookies Policy Notification Bar for Joomla! - v4.4.4 (pro version) # ------------------------------------------------------- # For Joomla! CMS (v4.x) # Author: Web357 (Yiannis Christodoulou) # Copyright: (©) 2014-2024 Web357. All rights reserved. # License: GNU/GPLv3, https://www.gnu.org/licenses/gpl-3.0.html # Website: https://www.web357.com # Demo: https://demo-joomla.web357.com/cookies-policy-notification-bar # Support: support@web357.com # Last modified: Monday 27 October 2025, 03:29:25 PM ========================================================= */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Form\FormField; class JFormFieldviewacceptancelogscom extends FormField { protected $type = 'viewacceptancelogscom'; protected function getInput() { $html = ''; if (version_compare(JVERSION, '3.0', 'lt')) { // j25 $html .= '<div style="display: block;border: 2px solid red;clear: both;padding: 4px;">This "View Acceptance Logs" feature is not supported anymore in Joomla! 2.5</div>'; } else { // j3 + j4 // Buttons: View Logs $html .= '<div class="cpnb-acceptance-logs">'; $html .= '<p>'; $html .= '<a href="index.php?option=com_cookiespolicynotificationbar&view=logs" class="btn btn-success cpnb-view-acceptance-logs-btn"><strong>'.Text::_('PLG_SYSTEM_CPNB_VIEW_LOGS').'</strong></a>'; $html .= '</p>'; $html .= '</div>'; } return $html; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings