Source for file toolbar.php
Documentation is available at toolbar.php
 * @package     Joomla.Administrator  
 * @subpackage  com_postinstall  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license     GNU General Public License version 2 or later; see LICENSE.txt  
 * The Toolbar class renders the component title area and the toolbar.  
 * @package     Joomla.Administrator  
 * @subpackage  com_postinstall  
     * Setup the toolbar and title  
        $extension_name = 
JText::_('COM_POSTINSTALL_TITLE_JOOMLA');  
        $eid = 
$this->input->getInt('eid', 700);  
            $extension_name = 
$model->getExtensionName($eid);  
        JToolBarHelper::title(JText::sprintf('COM_POSTINSTALL_MESSAGES_TITLE', $extension_name));  
        JToolBarHelper::preferences($this->config['option'], 550, 875);  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 15:15:48 +0100 by phpDocumentor 1.4.3