* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; $app = Factory::getApplication(); $user = $app->getIdentity(); $input = $app->getInput(); $lang = $this->getLanguage()->getTag(); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate'); ?>
form->renderField('title'); ?>
form->renderField('uid'); ?>
item->id != 0 && strpos($this->item->title, 'GUIDEDTOUR') !== false) : ?>
form->setFieldAttribute('title_translation', 'label', Text::sprintf('COM_GUIDEDTOURS_TITLE_TRANSLATION', $lang)); ?> form->renderField('title_translation'); ?>
'details', 'recall' => true, 'breakpoint' => 768]); ?> item->id) ? Text::_('COM_GUIDEDTOURS_NEW_TOUR') : Text::_('COM_GUIDEDTOURS_EDIT_TOUR')); ?>
form->renderField('url'); ?> form->renderField('description'); ?> item->id != 0 && strpos($this->item->description, 'GUIDEDTOUR') !== false) : ?> form->setFieldAttribute('description_translation', 'label', Text::sprintf('COM_GUIDEDTOURS_DESCRIPTION_TRANSLATION', $lang)); ?> form->renderField('description_translation'); ?>
fields = [ 'published', 'access', 'language', 'extensions', 'note', ]; echo LayoutHelper::render('joomla.edit.global', $this); ?>
fields = []; echo LayoutHelper::render('joomla.edit.publishingdata', $this); ?>