View of /mambo/branches/4.6/administrator/components/com_trash/toolbar.trash.html.php
Parent Directory
|
Revision Log
Revision 1 -
(download)
(annotate)
Tue Dec 13 03:45:47 2005 UTC (7 years, 6 months ago) by root
Original Path: mambo/trunk/administrator/components/com_trash/toolbar.trash.html.php
File size: 1084 byte(s)
Tue Dec 13 03:45:47 2005 UTC (7 years, 6 months ago) by root
Original Path: mambo/trunk/administrator/components/com_trash/toolbar.trash.html.php
File size: 1084 byte(s)
Initial repository layout
<?php /** * @version $Id: toolbar.trash.html.php,v 1.2 2005/11/08 10:26:19 eliasan Exp $ * @package Mambo * @subpackage Trash * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * 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.' ); /** * @package Mambo * @subpackage Trash */ class TOOLBAR_Trash { function _DEFAULT() { mosMenuBar::startTable(); mosMenuBar::custom('restoreconfirm','restore.png','restore_f2.png','Restore', true); mosMenuBar::spacer(); mosMenuBar::custom('deleteconfirm','delete.png','delete_f2.png','Delete', true); mosMenuBar::spacer(); mosMenuBar::help( '453.screen.trashmanager' ); mosMenuBar::endTable(); } function _DELETE() { mosMenuBar::startTable(); mosMenuBar::cancel(); mosMenuBar::endTable(); } function _SETTINGS() { mosMenuBar::startTable(); mosMenuBar::save(); mosMenuBar::spacer(); mosMenuBar::back(); mosMenuBar::endTable(); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

