* @git Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper; use VDM\Joomla\Utilities\StringHelper; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->getDocument()->getWebAssetManager(); $wa->useScript('keepalive')->useScript('form.validate'); Html::_('bootstrap.tooltip'); use Joomla\CMS\Session\Session; // No direct access to this file defined('_JEXEC') or die; $this->app->input->set('hidemainmenu', false); $selectNotice = '

' . Text::_('COM_COMPONENTBUILDER_HI') . ' ' . $this->user->name . '

'; $selectNotice .= '

' . Text::_('COM_COMPONENTBUILDER_PLEASE_SELECT_A_COMPONENT_THAT_YOU_WOULD_LIKE_TO_COMPILE') . '

'; // set the noticeboard options $noticeboardOptions = array('vdm', 'pro'); ?> canDo->get('compiler.access')): ?>
SuccessMessage)): ?>
SuccessMessage; ?>


form): ?> form->renderFieldset('builder'); ?>
form->renderFieldset('advanced'); ?>
'noticeboard' , 'active' => $noticeboardOptions[array_rand($noticeboardOptions)])); ?>