Annotation of /mambo/branches/4.6/administrator/components/com_installer/toolbar.installer.html.php
Parent Directory
|
Revision Log
Revision 550 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | csouza | 297 | * @package Mambo Open Source |
| 4 : | root | 1 | * @subpackage Installer |
| 5 : | csouza | 297 | * @copyright (C) 2005 - 2006 Mambo Foundation Inc. |
| 6 : | root | 1 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 : | csouza | 297 | * |
| 8 : | * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure | ||
| 9 : | * that Mambo remained free Open Source software owned and managed by the community. | ||
| 10 : | root | 1 | * Mambo is Free Software |
| 11 : | */ | ||
| 12 : | |||
| 13 : | class TOOLBAR_installer | ||
| 14 : | { | ||
| 15 : | function _DEFAULT() { | ||
| 16 : | mosMenuBar::startTable(); | ||
| 17 : | csouza | 550 | if ($GLOBALS['task'] == 'thesource') { |
| 18 : | mosMenuBar::help( 'source' ); | ||
| 19 : | } else { | ||
| 20 : | mosMenuBar::help( 'universal' ); | ||
| 21 : | } | ||
| 22 : | root | 1 | mosMenuBar::endTable(); |
| 23 : | } | ||
| 24 : | |||
| 25 : | csouza | 550 | function _DEFAULT2($element) { |
| 26 : | root | 1 | mosMenuBar::startTable(); |
| 27 : | csouza | 149 | mosMenuBar::deleteList( '', 'remove', T_('Uninstall')); |
| 28 : | root | 1 | mosMenuBar::spacer(); |
| 29 : | csouza | 550 | mosMenuBar::help( $element ); |
| 30 : | root | 1 | mosMenuBar::endTable(); |
| 31 : | } | ||
| 32 : | |||
| 33 : | function _NEW() { | ||
| 34 : | mosMenuBar::startTable(); | ||
| 35 : | mosMenuBar::save(); | ||
| 36 : | mosMenuBar::spacer(); | ||
| 37 : | mosMenuBar::cancel(); | ||
| 38 : | mosMenuBar::endTable(); | ||
| 39 : | } | ||
| 40 : | } | ||
| 41 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

