Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/components/com_fabrik/views/list/tmpl/div/default_row.php
Назад
<?php /** * Fabrik List Template: Div Row * Note the div cell container is now generated in the default template * in FabrikHelperHTML::bootstrapGrid(); * * @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 */ // No direct access defined('_JEXEC') or die('Restricted access'); $rowClass = isset($this->_row->rowClass) ? $this->_row->rowClass : ''; ?> <div class="fabrik_divrow <?php echo $rowClass; ?>" > <?php foreach ($this->headings as $heading => $label) : $d = @$this->_row->data->$heading; //skip empty elements but don't skip the checkbox (delete, list plugins) if (isset($this->showEmpty) && $this->showEmpty === false && trim(strip_tags($d)) == '' && $heading != 'fabrik_select') : continue; endif; $h = $this->headingClass[$heading]; $c = $this->cellClass[$heading]; $hStyle = empty($h['style']) ? '' : 'style="' . $h['style'] . '"'; $cStyle = empty($c['style']) ? '' : 'style="'. $c['style'].'"'; ?> <div class="fabrikDivElement"> <?php if (isset($this->showLabels) && $this->showLabels && $heading != 'fabrik_select' && $heading != 'fabrik_actions') : echo '<span class="muted " ' . $hStyle . '>' . $label . ': </span>'; endif; ?> <?php echo '<span class="' . $c['class'] . '" ' . $cStyle . '>' . $d . '</span>'; ?> </div> <?php endforeach; ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка