File manager - Edit - /home/jardides/www/Jardi-design/components/com_media/bootstrap/default_headings.php
Back
<?php /** * Bootstrap List Template: Default Headings * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2013 fabrikar.com - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html * @since 3.0 */ // No direct access defined('_JEXEC') or die('Restricted access'); ?> <tr class="fabrik___heading"> <?php foreach ($this->headings as $key => $heading) : $h = $this->headingClass[$key]; $style = empty($h['style']) ? '' : 'style="' . $h['style'] . '"';?> <th class="heading <?php echo $h['class']?>" <?php echo $style?>> <?php echo $heading; ?> </th> <?php endforeach; ?> </tr> <?php if (($this->filterMode === 3 || $this->filterMode === 4) && count($this->filters) <> 0) :?> <tr class="fabrikFilterContainer"> <?php foreach ($this->headings as $key => $heading) : $h = $this->headingClass[$key]; ?> <th class="<?php echo $h['class']?>"> <?php if (array_key_exists($key, $this->filters)) : $filter = $this->filters[$key]; $required = $filter->required == 1 ? ' notempty' : ''; ?> <div class="listfilter<?php echo $required; ?> pull-left"> <?php echo $filter->element; ?> </div> <?php elseif ($key == 'fabrik_actions' && $this->filter_action != 'onchange') : ?> <div style="text-align:center"> <button class="btn-info btn fabrik_filter_submit button" name="filter" > <i class="icon-filter"></i> <?php echo FText::_('COM_FABRIK_GO');?> </button> </div> <?php endif;?> </th> <?php endforeach; ?> </tr> <?php endif;?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings