Annotation of /mambo/branches/4.6/administrator/components/com_categories/toolbar.categories.php
Parent Directory
|
Revision Log
Revision 1 -
(view)
(download)
Original Path: mambo/trunk/administrator/components/com_categories/toolbar.categories.php
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: toolbar.categories.php,v 1.1 2005/07/22 01:52:06 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @subpackage Categories | ||
| 6 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | * Mambo is Free Software | ||
| 9 : | */ | ||
| 10 : | |||
| 11 : | /** ensure this file is being included by a parent file */ | ||
| 12 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | |||
| 14 : | require_once( $mainframe->getPath( 'toolbar_html' ) ); | ||
| 15 : | |||
| 16 : | switch ($task){ | ||
| 17 : | case 'new': | ||
| 18 : | case 'edit': | ||
| 19 : | case 'editA': | ||
| 20 : | TOOLBAR_categories::_EDIT(); | ||
| 21 : | break; | ||
| 22 : | |||
| 23 : | case 'moveselect': | ||
| 24 : | TOOLBAR_categories::_MOVE(); | ||
| 25 : | break; | ||
| 26 : | |||
| 27 : | case 'copyselect': | ||
| 28 : | TOOLBAR_categories::_COPY(); | ||
| 29 : | break; | ||
| 30 : | |||
| 31 : | default: | ||
| 32 : | TOOLBAR_categories::_DEFAULT(); | ||
| 33 : | break; | ||
| 34 : | } | ||
| 35 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

