$this, 'options' => array('filterButton' => false))); ?>
items)) : ?>
,
,
|
|
|
|
|
|
items as $i => $item) :
$canCreate = $user->authorise('core.create', 'com_users');
$canEdit = $user->authorise('core.edit', 'com_users');
// If this group is super admin and this user is not super admin, $canEdit is false
if (!$user->authorise('core.admin') && Access::checkGroup($item->id, 'core.admin'))
{
$canEdit = false;
}
$canChange = $user->authorise('core.edit.state', 'com_users');
?>
id, false, 'cid', 'cb', $item->title); ?>
|
$item->level + 1)); ?>
escape($item->title); ?>
escape($item->title); ?>
|
|
count_enabled; ?>
|
count_disabled; ?>
|
id; ?>
|
pagination->getListFooter(); ?>