Source for file toolbar.messages.html.php

Documentation is available at toolbar.messages.html.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Messages
  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.     function _VIEW({
  14.         mosMenuBar::startTable();
  15.         mosMenuBar::customX('reply''restore.png''restore_f2.png'T_('Reply')false );
  16.         mosMenuBar::spacer();
  17.         mosMenuBar::deleteList();
  18.         mosMenuBar::spacer();
  19.         mosMenuBar::cancel();
  20.         mosMenuBar::endTable();
  21.     }
  22.  
  23.     function _EDIT({
  24.         mosMenuBar::startTable();
  25.         mosMenuBar::save'save'T_('Send') );
  26.         mosMenuBar::spacer();
  27.         mosMenuBar::cancel();
  28.         mosMenuBar::spacer();
  29.         mosMenuBar::help'new' );
  30.         mosMenuBar::endTable();
  31.     }
  32.  
  33.     function _CONFIG({
  34.         mosMenuBar::startTable();
  35.         mosMenuBar::save'saveconfig' );
  36.         mosMenuBar::spacer();
  37.         mosMenuBar::cancel'cancelconfig' );
  38.         mosMenuBar::spacer();
  39.         mosMenuBar::help'configuration' );
  40.         mosMenuBar::endTable();
  41.     }
  42.  
  43.     function _DEFAULT({
  44.         mosMenuBar::startTable();
  45.         mosMenuBar::addNewX();
  46.         mosMenuBar::spacer();
  47.         mosMenuBar::deleteList();
  48.         mosMenuBar::spacer();
  49.         mosMenuBar::help'inbox' );
  50.         mosMenuBar::endTable();
  51.     }
  52. }
  53. ?>

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