Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/notification.group.request.php
Ðазад
<?php /** * @copyright (C) 2013 iJoomla, Inc. - All rights reserved. * @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html) * @author iJoomla.com <webmaster@ijoomla.com> * @url https://www.jomsocial.com/license-agreement * The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0 * More info at https://www.jomsocial.com/license-agreement */ use Joomla\CMS\Language\Text; defined('_JEXEC') or die(); ?> <?php if (count ($oRows) > 0 ) { ?> <?php foreach ( $oRows as $row ) : ?> <li class="noti-request-group-<?php echo $row->id; ?>"> <div class="joms-popover__avatar"> <div class="joms-avatar"> <img src="<?php echo $row->groupAvatar; ?>" alt="<?php echo $row->name; ?>" > </div> </div> <div class="joms-popover__content"> <div class="msg-request-<?php echo $row->id; ?>"> <?php echo Text::sprintf('COM_COMMUNITY_GROUPS_REQUESTED_NOTIFICATION' , '<a href="' . CUrlHelper::userLink($row->id) . '">' . $row->name . '</a>', '<a href="' . $row->url . '">' . $row->groupName . '</a>'); ?> </div> <div class="error-request-<?php echo $row->id; ?>"></div> <div class="joms-popover__actions" style="white-space:nowrap" id="noti-answer-group-<?php echo $row->id; ?>"> <button class="joms-button__reject" onclick="joms.jQuery('#noti-answer-group-<?php echo $row->id; ?>').remove(); jax.call('community','notification,ajaxGroupRejectRequest', '<?php echo $row->id ?>' , '<?php echo $row->groupId; ?>');"><?php echo Text::_('COM_COMMUNITY_FRIENDS_PENDING_ACTION_REJECT'); ?></button> <button class="joms-button__approve" onclick="joms.jQuery('#noti-answer-group-<?php echo $row->id; ?>').remove(); jax.call('community' , 'notification,ajaxGroupJoinRequest' , '<?php echo $row->id ?>' , '<?php echo $row->groupId; ?>');"><?php echo Text::_('COM_COMMUNITY_PENDING_ACTION_APPROVE'); ?></button> </div> </div> </li> <?php endforeach; ?> <?php }//end if ?>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка