2017-08-25 02:46:12 +01:00
|
|
|
<?php
|
2018-05-18 08:28:27 +02:00
|
|
|
/**
|
|
|
|
* @package Joomla.Component.Builder
|
|
|
|
*
|
|
|
|
* @created 30th April, 2015
|
|
|
|
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
|
|
|
|
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
|
2021-01-03 18:49:35 +02:00
|
|
|
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
2018-05-18 08:28:27 +02:00
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
2017-08-25 02:46:12 +01:00
|
|
|
|
|
|
|
// No direct access to this file
|
2020-12-27 13:54:51 +02:00
|
|
|
defined('_JEXEC') or die('Restricted access');
|
2017-08-25 02:46:12 +01:00
|
|
|
|
|
|
|
?>
|
|
|
|
|
2018-02-15 02:42:39 +02:00
|
|
|
<p><?php echo JText::_('COM_COMPONENTBUILDER_SERVERS_BATCH_TIP'); ?></p>
|
2017-08-25 02:46:12 +01:00
|
|
|
<?php echo $this->batchDisplay; ?>
|