fixes
This commit is contained in:
@ -9,8 +9,10 @@ defined('_JEXEC') or die;
|
||||
use Joomla\CMS\HTML\HTMLHelper;
|
||||
use Joomla\CMS\Router\Route;
|
||||
|
||||
HTMLHelper::_('behavior.keepalive');
|
||||
HTMLHelper::_('behavior.core');
|
||||
$wa = $this->document->getWebAssetManager();
|
||||
$wa->useScript('keepalive')
|
||||
->useScript('form.validate');
|
||||
HTMLHelper::_('bootstrap.tooltip');
|
||||
?>
|
||||
<form action="<?php echo Route::_('index.php?option=com_circolari&view=categoria&layout=edit&id=' . (int) ($this->item->id ?? 0)); ?>"
|
||||
method="post"
|
||||
|
||||
Reference in New Issue
Block a user