2017-04-03 10:58:41 +00:00
|
|
|
<?php
|
|
|
|
/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/
|
|
|
|
__ __ _ _____ _ _ __ __ _ _ _
|
|
|
|
\ \ / / | | | __ \ | | | | | \/ | | | | | | |
|
|
|
|
\ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| |
|
|
|
|
\ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` |
|
|
|
|
\ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| |
|
|
|
|
\/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_|
|
|
|
|
| |
|
|
|
|
|_|
|
|
|
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
|
|
|
|
2017-10-29 11:03:06 +00:00
|
|
|
@version @update number 5 of this MVC
|
2017-11-04 12:37:13 +00:00
|
|
|
@build 4th November, 2017
|
2017-10-26 16:43:51 +00:00
|
|
|
@created 23rd October, 2017
|
2017-04-03 10:58:41 +00:00
|
|
|
@package Component Builder
|
2017-10-26 16:43:51 +00:00
|
|
|
@subpackage default_batch_body.php
|
2017-04-03 10:58:41 +00:00
|
|
|
@author Llewellyn van der Merwe <http://vdm.bz/component-builder>
|
|
|
|
@copyright Copyright (C) 2015. All Rights Reserved
|
|
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
|
|
|
Builds Complex Joomla Components
|
|
|
|
|
|
|
|
/-----------------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
// No direct access to this file
|
2017-10-26 16:43:51 +00:00
|
|
|
defined('_JEXEC') or die('Restricted access');
|
2017-04-03 10:58:41 +00:00
|
|
|
|
|
|
|
?>
|
2017-10-26 16:43:51 +00:00
|
|
|
|
|
|
|
<p><?php echo JText::_('COM_COMPONENTBUILDER_COMPONENTS_CONFIG_BATCH_TIP'); ?></p>
|
|
|
|
<?php echo $this->batchDisplay; ?>
|