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 user groups.
* @package Joomla.Administrator
public function display($tpl =
null)
if (count($errors =
$this->get('Errors')))
* Add the page title and toolbar.
if ($canDo->get('core.create'))
if ($canDo->get('core.edit'))
if ($canDo->get('core.delete'))
if ($canDo->get('core.admin'))
* Returns an array of fields the table can be sorted by
* @return array Array containing the field name to sort by as the key and display text as value
'a.title' =>
JText::_('COM_USERS_HEADING_GROUP_TITLE'),
'a.id' =>
JText::_('JGRID_HEADING_ID')
Documentation generated on Tue, 19 Nov 2013 15:17:32 +0100 by phpDocumentor 1.4.3