Update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.1
|
||||
@build 21st August, 2024
|
||||
@build 4th February, 2025
|
||||
@created 24th May, 2024
|
||||
@package Subform Power
|
||||
@subpackage default.php
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.1
|
||||
@build 21st August, 2024
|
||||
@build 4th February, 2025
|
||||
@created 24th May, 2024
|
||||
@package Subform Power
|
||||
@subpackage default_body.php
|
||||
@@ -22,6 +22,7 @@ use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Language\Text;
|
||||
use Joomla\CMS\HTML\HTMLHelper as Html;
|
||||
use JCB\Component\Subformpower\Administrator\Helper\SubformpowerHelper;
|
||||
use Joomla\CMS\User\UserFactoryInterface;
|
||||
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die;
|
||||
@@ -33,8 +34,8 @@ $edit = "index.php?option=com_subformpower&view=countries&task=country.edit";
|
||||
<?php
|
||||
$canCheckin = $this->user->authorise('core.manage', 'com_checkin') || $item->checked_out == $this->user->id || $item->checked_out == 0;
|
||||
$userChkOut = Factory::getContainer()->
|
||||
get(\Joomla\CMS\User\UserFactoryInterface::class)->
|
||||
loadUserById($item->checked_out);
|
||||
get(UserFactoryInterface::class)->
|
||||
loadUserById($item->checked_out ?? 0);
|
||||
$canDo = SubformpowerHelper::getActions('country',$item,'countries');
|
||||
?>
|
||||
<tr class="row<?php echo $i % 2; ?>">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.1
|
||||
@build 21st August, 2024
|
||||
@build 4th February, 2025
|
||||
@created 24th May, 2024
|
||||
@package Subform Power
|
||||
@subpackage default_foot.php
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.1
|
||||
@build 21st August, 2024
|
||||
@build 4th February, 2025
|
||||
@created 24th May, 2024
|
||||
@package Subform Power
|
||||
@subpackage default_head.php
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.1
|
||||
@build 21st August, 2024
|
||||
@build 4th February, 2025
|
||||
@created 24th May, 2024
|
||||
@package Subform Power
|
||||
@subpackage default_toolbar.php
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.1
|
||||
@build 21st August, 2024
|
||||
@build 4th February, 2025
|
||||
@created 24th May, 2024
|
||||
@package Subform Power
|
||||
@subpackage emptystate.php
|
||||
|
Reference in New Issue
Block a user