escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $loggeduser = JFactory::getUser(); $debugUsers = $this->state->get('params')->get('debugUsers', 1); ?>
sidebar)) : ?>
sidebar; ?>
$this)); ?> items)) : ?>
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; } ?>
pagination->getListFooter(); ?>
id); ?>
escape($item->name); ?> escape($item->name); ?>
note_count, $item->id); ?> note_count, $item->id); ?> id); ?>
note_count, $item->id); ?> requireReset == '1') : ?>
escape($item->username); ?> id == $item->id; if ($canChange) : echo JHtml::_('jgrid.state', JHtml::_('users.blockStates', $self), $item->block, $i, 'users.', !$self); else : echo JHtml::_('jgrid.state', JHtml::_('users.blockStates', $self), $item->block, $i, 'users.', false); endif; ?> activation) ? 0 : 1; echo JHtml::_('jgrid.state', JHtml::_('users.activateStates'), $activated, $i, 'users.', (boolean) $activated); ?> 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') ); ?>