View of /mambo/branches/4.6/administrator/components/com_messages/toolbar.messages.html.php
Parent Directory
|
Revision Log
Revision 346 -
(download)
(annotate)
Tue Feb 28 16:07:58 2006 UTC (7 years, 2 months ago) by oziris
File size: 1585 byte(s)
Tue Feb 28 16:07:58 2006 UTC (7 years, 2 months ago) by oziris
File size: 1585 byte(s)
updated calls to new help file names
<?php /** * @package Mambo Open Source * @subpackage Messages * @copyright (C) 2005 - 2006 Mambo Foundation Inc. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * * 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 * that Mambo remained free Open Source software owned and managed by the community. * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); class TOOLBAR_messages { function _VIEW() { mosMenuBar::startTable(); mosMenuBar::customX('reply', 'restore.png', 'restore_f2.png', T_('Reply'), false ); mosMenuBar::spacer(); mosMenuBar::deleteList(); mosMenuBar::spacer(); mosMenuBar::cancel(); mosMenuBar::endTable(); } function _EDIT() { mosMenuBar::startTable(); mosMenuBar::save( 'save', T_('Send') ); mosMenuBar::spacer(); mosMenuBar::cancel(); mosMenuBar::spacer(); mosMenuBar::help( 'screen.messages.new' ); mosMenuBar::endTable(); } function _CONFIG() { mosMenuBar::startTable(); mosMenuBar::save( 'saveconfig' ); mosMenuBar::spacer(); mosMenuBar::cancel( 'cancelconfig' ); mosMenuBar::spacer(); mosMenuBar::help( 'screen.messages.conf' ); mosMenuBar::endTable(); } function _DEFAULT() { mosMenuBar::startTable(); mosMenuBar::addNewX(); mosMenuBar::spacer(); mosMenuBar::deleteList(); mosMenuBar::spacer(); mosMenuBar::help( 'screen.messages.inbox' ); mosMenuBar::endTable(); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

