Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/components/com_fabrik/views/details/tmpl/bootstrap/default_repeatgroup_table.php
Назад
<?php /** * Bootstrap Details Template: Repeat group rendered as a table * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2020 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html * @since 3.0.7 */ // No direct access defined('_JEXEC') or die('Restricted access'); $group = $this->group; ?> <table class="table table-striped repeatGroupTable"> <thead> <tr> <?php // Add in the table heading $firstGroup = $group->subgroups[0]; foreach ($firstGroup as $el) : $style = $el->hidden ? 'style="display:none"' : ''; ?> <th <?php echo $style; ?> class="<?php echo $el->containerClass?>"> <?php echo $el->label_raw?> </th> <?php endforeach; // This column will contain the add/delete buttons if ($group->editable) : ?> <th></th> <?php endif; ?> </tr> </thead> <tbody> <?php if (!$group->newGroup) : // Load each repeated group in a <tr> $this->i = 0; foreach ($group->subgroups as $subgroup) : $this->elements = $subgroup; echo $this->loadTemplate('repeatgroup_row'); $this->i ++; endforeach; endif; ?> </tbody> </table>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка