|
|
|
|
|
|
|
|
|
|
items as $i => $item) :
$canEdit = $this->canDo->get('core.edit');
$canChange = $loggeduser->authorise('core.edit.state', 'com_users');
// If this group is super admin and this user is not super admin, $canEdit is false
if ((!$loggeduser->authorise('core.admin')) && JAccess::check($item->id, 'core.admin'))
{
$canEdit = false;
$canChange = false;
}
?>
id); ?>
|
note_count, $item->id); ?>
note_count, $item->id); ?>
id); ?>
requireReset == '1') : ?>
note_count, $item->id); ?>
escape($item->name); ?>
escape($item->name); ?>
|
escape($item->username); ?>
|
id != $item->id) : ?>
block, 'users.unblock', 'users.block'); ?>
block, 'users.block', null); ?>
block ? 'JNO' : 'JYES'); ?>
|
activation, 'users.activate', null); ?>
|
group_names, "\n") > 1) : ?>
group_names); ?>
|
escape($item->email); ?>
|
lastvisitDate != $this->db->getNullDate()) : ?>
lastvisitDate, JText::_('DATE_FORMAT_LC6')); ?>
|
registerDate, JText::_('DATE_FORMAT_LC6')); ?>
|
id; ?>
|
authorise('core.create', 'com_users')
&& $loggeduser->authorise('core.edit', 'com_users')
&& $loggeduser->authorise('core.edit.state', 'com_users')) : ?>
JText::_('COM_USERS_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer'),
),
$this->loadTemplate('batch_body')
); ?>
pagination->getListFooter(); ?>