__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package DPCalendar
* @copyright Copyright (C) 2018 Digital Peak GmbH. <https://www.digital-peak.com>
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
defined('_JEXEC') or die();
use DigitalPeak\Component\DPCalendar\Administrator\Helper\DPCalendarHelper;
$fields = $this->form->getFieldset();
DPCalendarHelper::sortFields($fields, $this->params->get('event_form_fields_order_', new \stdClass()));
?>
<div class="com-dpcalendar-eventform__flat-fields">
<?php foreach ($fields as $field) { ?>
<?php echo $field->renderField(['class' => \DigitalPeak\Component\DPCalendar\Administrator\Helper\DPCalendarHelper::getFieldName($field, true)]); ?>
<?php if ($field->fieldname === (in_array('rooms', $this->params->get('event_form_hidden_fields', [])) ? 'location_ids' : 'rooms')
&& !in_array('location_ids', $this->params->get('event_form_hidden_fields', []))
&& !in_array('location', $this->params->get('event_form_hidden_tabs', []))) { ?>
<?php echo $this->loadTemplate('map'); ?>
<?php } ?>
<?php } ?>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 3.27 KB | 0664 |
|
| default.xml | File | 13.41 KB | 0664 |
|
| default_actions.php | File | 1.97 KB | 0664 |
|
| default_flat_fields.php | File | 1.03 KB | 0664 |
|
| default_heading.php | File | 443 B | 0664 |
|
| default_information.php | File | 861 B | 0664 |
|
| default_map.php | File | 908 B | 0664 |
|
| default_overlapping.php | File | 456 B | 0664 |
|
| default_tabbed_fields.php | File | 1.31 KB | 0664 |
|