Annotation of /mambo/branches/4.6/administrator/components/com_installer/toolbar.installer.html.php
Parent Directory
|
Revision Log
Revision 149 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: toolbar.installer.html.php,v 1.2 2005/11/08 10:26:19 eliasan Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @subpackage Installer | ||
| 6 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | * Mambo is Free Software | ||
| 9 : | */ | ||
| 10 : | |||
| 11 : | /** | ||
| 12 : | * @package Mambo | ||
| 13 : | * @subpackage Installer | ||
| 14 : | */ | ||
| 15 : | class TOOLBAR_installer | ||
| 16 : | { | ||
| 17 : | function _DEFAULT() { | ||
| 18 : | mosMenuBar::startTable(); | ||
| 19 : | mosMenuBar::help( '453.screen.installer.lang' ); | ||
| 20 : | mosMenuBar::endTable(); | ||
| 21 : | } | ||
| 22 : | |||
| 23 : | function _DEFAULT2() { | ||
| 24 : | mosMenuBar::startTable(); | ||
| 25 : | csouza | 149 | mosMenuBar::deleteList( '', 'remove', T_('Uninstall')); |
| 26 : | root | 1 | mosMenuBar::spacer(); |
| 27 : | mosMenuBar::help( '453.screen.installer.cmm' ); | ||
| 28 : | mosMenuBar::endTable(); | ||
| 29 : | } | ||
| 30 : | |||
| 31 : | function _NEW() { | ||
| 32 : | mosMenuBar::startTable(); | ||
| 33 : | mosMenuBar::save(); | ||
| 34 : | mosMenuBar::spacer(); | ||
| 35 : | mosMenuBar::cancel(); | ||
| 36 : | mosMenuBar::endTable(); | ||
| 37 : | } | ||
| 38 : | } | ||
| 39 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

