Source for file toolbar.massmail.html.php

Documentation is available at toolbar.massmail.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.     * Draws the menu for a New Contact
  15.     */
  16.     function _DEFAULT({
  17.         mosMenuBar::startTable();
  18.         mosMenuBar::custom('send','publish.png','publish_f2.png',T_('Send Mail'),false);
  19.         mosMenuBar::spacer();
  20.         mosMenuBar::cancel();
  21.         mosMenuBar::spacer();
  22.         mosMenuBar::help'main' );
  23.         mosMenuBar::endTable();
  24.     }
  25. }
  26. ?>

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