Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @subpackage com_installer
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
include_once __DIR__ .
'/../default/view.php';
* Extension Manager Manage View
* @package Joomla.Administrator
* @subpackage com_installer
* @param string $tpl Template
public function display($tpl =
null)
// Get data from the model
if (count($errors =
$this->get('Errors')))
// Check if there are no matching items
JText::_('COM_INSTALLER_MSG_MANAGE_NOEXTENSION'),
// Include the component HTML helpers.
JHtml::addIncludePath(JPATH_COMPONENT .
'/helpers/html');
* Add the page title and toolbar.
if ($canDo->get('core.edit.state'))
if ($canDo->get('core.delete'))
JText::_('COM_INSTALLER_VALUE_CLIENT_SELECT'),
JHtml::_('select.options', array('0' =>
'JSITE', '1' =>
'JADMINISTRATOR'), 'value', 'text', $this->state->get('filter.client_id'), true)
JText::_('COM_INSTALLER_VALUE_STATE_SELECT'),
JHtml::_('select.options', array('0' =>
'JDISABLED', '1' =>
'JENABLED', '2' =>
'JPROTECTED', '3' =>
'JUNPROTECTED'), 'value', 'text', $this->state->get('filter.status'), true)
JText::_('COM_INSTALLER_VALUE_TYPE_SELECT'),
JText::_('COM_INSTALLER_VALUE_FOLDER_SELECT'),
Documentation generated on Tue, 19 Nov 2013 15:18:01 +0100 by phpDocumentor 1.4.3