Stable release of v3.2.0-beta1
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
This commit is contained in:
@ -12,7 +12,10 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Language\Text;
|
||||
use Joomla\CMS\HTML\HTMLHelper as Html;
|
||||
|
||||
?>
|
||||
|
||||
<p><?php echo JText::_('COM_COMPONENTBUILDER_CLASS_METHODS_BATCH_TIP'); ?></p>
|
||||
<p><?php echo Text::_('COM_COMPONENTBUILDER_CLASS_METHODS_BATCH_TIP'); ?></p>
|
||||
<?php echo $this->batchDisplay; ?>
|
Reference in New Issue
Block a user