Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* View class for a list of users.
* @package Joomla.Administrator
public function display($tpl =
null)
$this->group =
$this->get('Group');
if (count($errors =
$this->get('Errors')))
* Add the page title and toolbar.
if (!empty($this->components))
$option =
JHtml::_('select.options', $this->components, 'value', 'text', $this->state->get('filter.component'));
JText::_('COM_USERS_OPTION_SELECT_COMPONENT'),
JText::_('COM_USERS_OPTION_SELECT_LEVEL_START'),
JHtml::_('select.options', $this->levels, 'value', 'text', $this->state->get('filter.level_start'))
JText::_('COM_USERS_OPTION_SELECT_LEVEL_END'),
JHtml::_('select.options', $this->levels, 'value', 'text', $this->state->get('filter.level_end'))
Documentation generated on Tue, 19 Nov 2013 15:17:37 +0100 by phpDocumentor 1.4.3