Members-Manager/admin/views/types/tmpl/default_batch_body.php

19 lines
585 B
PHP
Raw Normal View History

2018-07-11 00:35:10 +00:00
<?php
2022-03-03 02:58:38 +00:00
/**
* @package Joomla.Members.Manager
*
* @created 6th July, 2018
* @author Llewellyn van der Merwe <https://www.joomlacomponentbuilder.com/>
* @github Joomla Members Manager <https://github.com/vdm-io/Joomla-Members-Manager>
* @copyright Copyright (C) 2015. All Rights Reserved
* @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
<p><?php echo JText::_('COM_MEMBERSMANAGER_TYPES_BATCH_TIP'); ?></p>
2018-07-11 00:35:10 +00:00
<?php echo $this->batchDisplay; ?>