$this, 'options' => array('filterButton' => false))); ?>
items)) : ?>
,
,
|
|
|
|
|
class="js-draggable" data-url="" data-direction="">
items); ?>
items as $i => $item) :
$ordering = ($listOrder == 'a.ordering');
$canCreate = $user->authorise('core.create', 'com_users');
$canEdit = $user->authorise('core.edit', 'com_users');
$canChange = $user->authorise('core.edit.state', 'com_users');
// Decode level groups
$groups = json_decode($item->rules);
// If this group is super admin and this user is not super admin, $canEdit is false
if (!Factory::getUser()->authorise('core.admin') && Access::checkGroup($groups[0], 'core.admin'))
{
$canEdit = false;
$canChange = false;
}
?>
id, false, 'cid', 'cb', $item->title); ?>
|
|
escape($item->title); ?>
escape($item->title); ?>
|
rules); ?>
|
id; ?>
|
pagination->getListFooter(); ?>