Source for file toolbar.installer.html.php

Documentation is available at toolbar.installer.html.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Installer
  5. @copyright  Refer to copyright.php
  6. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  7. @author Mambo Foundation Inc see README.php
  8. */
  9.  
  10. {
  11.     function _DEFAULT()    {
  12.         mosMenuBar::startTable();
  13.         if ($GLOBALS['task'== 'thesource'{
  14.             mosMenuBar::help'source' );
  15.         else {
  16.             mosMenuBar::help'universal' );
  17.         }
  18.         mosMenuBar::endTable();
  19.     }
  20.  
  21.     function _DEFAULT2($element)    {
  22.         mosMenuBar::startTable();
  23.         mosMenuBar::deleteList'''remove'T_('Uninstall'));
  24.         mosMenuBar::spacer();
  25.         mosMenuBar::help$element );
  26.         mosMenuBar::endTable();
  27.     }
  28.  
  29.     function _NEW()    {
  30.         mosMenuBar::startTable();
  31.         mosMenuBar::save();
  32.         mosMenuBar::spacer();
  33.         mosMenuBar::cancel();
  34.         mosMenuBar::endTable();
  35.     }
  36. }
  37. ?>

Documentation generated on Mon, 05 May 2008 16:23:32 +0400 by phpDocumentor 1.4.0