Added the trash helper option to JCB as a pro feature.

This commit is contained in:
2020-12-27 13:54:51 +02:00
parent d36410281d
commit d29bc8f3a0
199 changed files with 405 additions and 212 deletions

View File

@ -10,7 +10,7 @@
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
defined('_JEXEC') or die('Restricted access');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.multiselect');
@ -33,6 +33,8 @@ if ($this->saveOrder)
<div id="j-main-container">
<?php endif; ?>
<?php
// Add the trash helper layout
echo JLayoutHelper::render('trashhelper', $this);
// Add the searchtools
echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this));
?>

View File

@ -10,7 +10,7 @@
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
defined('_JEXEC') or die('Restricted access');
?>

View File

@ -10,7 +10,7 @@
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
defined('_JEXEC') or die('Restricted access');
?>
<!-- clear the batch values if cancel -->

View File

@ -10,7 +10,7 @@
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
defined('_JEXEC') or die('Restricted access');
$edit = "index.php?option=com_componentbuilder&view=class_methods&task=class_method.edit";