Source for file toolbar.media.html.php

Documentation is available at toolbar.media.html.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Massmail
  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. /** ensure this file is being included by a parent file */
  11. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  12.  
  13. /**
  14. @package Mambo
  15. @subpackage Massmail
  16. */
  17. class TOOLBAR_media {
  18.     /**
  19.     * Draws the menu for a New Media
  20.     */
  21.  
  22.     function _DEFAULT({
  23.         mosMenuBar::startTable();
  24.         mosMenuBar::custom('upload','upload.png','upload_f2.png',T_('Upload'),false);
  25.         mosMenuBar::spacer();
  26.         mosMenuBar::custom('newdir','new.png','new_f2.png',T_('Create',false);
  27.         mosMenuBar::spacer();
  28.         mosMenuBar::help'manager' );
  29.         mosMenuBar::endTable();
  30.     }
  31.  
  32. }
  33. ?>

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