Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @subpackage com_joomlaupdate
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Joomla! Update's Default View
* @package Joomla.Administrator
* @subpackage com_installer
* @param string $tpl Template name
// Get data from the model
$this->state =
$this->get('State');
$ftp =
$model->getFTPOptions();
$this->assign('updateInfo', $model->getUpdateInformation());
// Set the toolbar information
JToolBarHelper::divider();
JToolBarHelper::help('JHELP_COMPONENTS_JOOMLA_UPDATE');
JHtml::_('behavior.framework', true);
$document->addScript('../media/com_joomlaupdate/default.js');
JHtml::_('stylesheet', 'media/mediamanager.css', array(), true);
Documentation generated on Tue, 19 Nov 2013 15:18:03 +0100 by phpDocumentor 1.4.3