Файловый менеджер - Редактировать - /var/www/html/components/com_kunena/template/aurelia/layouts/user/ban/manager/default.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Layout.User * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ namespace Kunena\Forum\Site; \defined('_JEXEC') or die(); use Joomla\CMS\Language\Text; ?> <h3> <?php echo $this->headerText; ?> </h3> <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th class="col-md-1 center"> <?php echo Text::_('COM_KUNENA_BAN_BANNEDUSERID'); ?> </th> <th class="col-md-4"> <?php echo Text::_('COM_KUNENA_BAN_BANNEDUSER'); ?> </th> <th class="col-md-3"> <?php echo Text::_('COM_KUNENA_BAN_BANNEDFROM'); ?> </th> <th class="col-md-2"> <?php echo Text::_('COM_KUNENA_BAN_STARTTIME'); ?> </th> <th class="col-md-2"> <?php echo Text::_('COM_KUNENA_BAN_EXPIRETIME'); ?> </th> </tr> </thead> <tbody> <?php if ($this->userBans) : foreach ($this->userBans as $banInfo) : ?> <tr> <td class="center"> <?php echo $banInfo->userid; ?> </td> <td> <?php echo $banInfo->getUser()->getLink(); ?> </td> <td> <?php echo $banInfo->blocked ? Text::_('COM_KUNENA_BAN_BANLEVEL_JOOMLA') : Text::_('COM_KUNENA_BAN_BANLEVEL_KUNENA'); ?> </td> <td> <?php echo $banInfo->getCreationDate()->toKunena('datetime'); ?> </td> <td> <?php echo $banInfo->isLifetime() ? Text::_('COM_KUNENA_BAN_LIFETIME') : $banInfo->getExpirationDate()->toKunena('datetime'); ?> </td> </tr> <?php endforeach; ?> <?php else : ?> <tr> <td colspan="5"> <?php echo Text::_('COM_KUNENA_BAN_NO_BANNED_USERS'); ?> </td> </tr> <?php endif; ?> </tbody> </table> <div class="pull-left"> <?php echo $this->subLayout('Widget/Pagination/List') ->set('pagination', $this->pagination->setDisplayedPages(4)) ->set('display', true); ?> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка