View of /tags/v1.6.0/toolbar.nokkaew.html.php
Parent Directory
|
Revision Log
Revision 4 -
(download)
(annotate)
Thu Sep 13 03:28:13 2007 UTC (5 years, 8 months ago) by andphe
File size: 2721 byte(s)
Thu Sep 13 03:28:13 2007 UTC (5 years, 8 months ago) by andphe
File size: 2721 byte(s)
! tagging release 1.6.0
<?php // NOKKAEW - is "Parrot" in thai name // Copyright (C) copyright 2006 MamboHub.com // All rights reserved. The NokKaew project is a extention hack and // component for the Mambo Open Server. It enables Mambo OS to handle multi // lingual sites especially in all dynamic contents which are stored in the // database. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA. // // The "GNU General Public License" (GPL) is available at // http://www.gnu.org/copyleft/gpl.html // -------------------------------------------------------------------------------- // $Id: toolbar.nokkaew.html.php,v 1.2 2005/03/13 22:01:23 akede Exp $ // defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); class MENU_nokkaew { function CONFIG_MENU() { mosMenuBar::startTable(); mosMenuBar::spacer(); mosMenuBar::saveedit(); mosMenuBar::back(); mosMenuBar::spacer(); mosMenuBar::endTable(); } function EDIT_MENU() { mosMenuBar::startTable(); mosMenuBar::spacer(); mosMenuBar::editList(); mosMenuBar::spacer(); mosMenuBar::endTable(); } function TRANSLATION_OVERVIEW_MENU() { mosMenuBar::startTable(); mosMenuBar::publishList(); mosMenuBar::unpublishList(); // mosMenuBar::divider(); // mosMenuBar::custom('setdefaulttext', 'new.png', 'new_f2.png', _NOKKAEW_SET_DEFAULTTEXT, false); // mosMenuBar::custom('setcomplete', 'copy.png', 'copy_f2.png', _NOKKAEW_SET_COMPLETE, false); mosMenuBar::divider(); mosMenuBar::editList(); mosMenuBar::deleteList(); mosMenuBar::spacer(); mosMenuBar::endTable(); } function TRANSLATE_MENU() { mosMenuBar::startTable(); //mosMenuBar::preview(); //mosMenuBar::divider(); mosMenuBar::save(); mosMenuBar::divider(); mosMenuBar::cancel(); mosMenuBar::spacer(); mosMenuBar::endTable(); } function DEFAULT_MENU() { mosMenuBar::startTable(); mosMenuBar::spacer(); mosMenuBar::back(); mosMenuBar::spacer(); mosMenuBar::endTable(); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

