File manager - Edit - /home/jardides/www/Jardi-design/j37/components/com_fabrik/views/form/tmpl/bootstrap/default_repeatgroup_row.php
Back
<?php /** * Default Form: Repeat group rendered as a table, <tr> template * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2016 Media A-Team, Inc. - 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'); $group = $this->group; ?> <tr class="fabrikSubGroupElements fabrikSubGroup"> <?php foreach ($this->elements as $element) : $style = $element->hidden ? 'style="display:none"' : ''; ?> <td class="<?php echo $element->containerClass; ?>" <?php echo $style?>> <?php if ($this->tipLocation == 'above') : ?> <div><?php echo $element->tipAbove; ?></div> <?php endif; echo $element->errorTag; ?> <div class="fabrikElement"> <?php echo $element->element; ?> </div> <?php if ($this->tipLocation == 'side') : echo $element->tipSide; endif; if ($this->tipLocation == 'below') : ?> <div> <?php echo $element->tipBelow; ?> </div> <?php endif; ?> </td> <?php endforeach; if ($group->editable) : ?> <td class="fabrikGroupRepeater"> <div class="pull-right"> <?php if ($group->canAddRepeat) : echo $this->addRepeatGroupButtonRow; endif; if ($group->canDeleteRepeat) : echo $this->removeRepeatGroupButtonRow; endif; ?> </div> </td> <?php endif; ?> </tr>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings