View of /mambo/branches/4.6/administrator/components/com_templates/toolbar.templates.html.php
Parent Directory
|
Revision Log
Revision 941 -
(download)
(annotate)
Thu Feb 1 05:54:14 2007 UTC (6 years, 3 months ago) by cauld
File size: 2270 byte(s)
Thu Feb 1 05:54:14 2007 UTC (6 years, 3 months ago) by cauld
File size: 2270 byte(s)
! 2007 copyright update
<?php /** * @package Mambo Open Source * @subpackage Templates * @copyright (C) 2005 - 2007 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_templates { function _DEFAULT($client) { mosMenuBar::startTable(); if ($client=="admin") { mosMenuBar::custom('publish', 'publish.png', 'publish_f2.png', T_('Default'), true); mosMenuBar::spacer(); $client = '.'.$client; } else { mosMenuBar::makeDefault(); mosMenuBar::spacer(); mosMenuBar::assign(); mosMenuBar::spacer(); } mosMenuBar::addNew(); mosMenuBar::spacer(); mosMenuBar::editHtmlX( 'edit_source' ); mosMenuBar::spacer(); mosMenuBar::editCssX( 'edit_css' ); mosMenuBar::spacer(); mosMenuBar::deleteList(); mosMenuBar::spacer(); mosMenuBar::help( 'manager' . $client ); mosMenuBar::endTable(); } function _VIEW(){ mosMenuBar::startTable(); mosMenuBar::back(); mosMenuBar::endTable(); } function _EDIT_SOURCE(){ mosMenuBar::startTable(); mosMenuBar::save( 'save_source' ); mosMenuBar::spacer(); mosMenuBar::cancel(); mosMenuBar::spacer(); mosMenuBar::help( 'edit-html' ); mosMenuBar::endTable(); } function _EDIT_CSS(){ mosMenuBar::startTable(); mosMenuBar::save( 'save_css' ); mosMenuBar::spacer(); mosMenuBar::cancel(); mosMenuBar::spacer(); mosMenuBar::help( 'edit-css' ); mosMenuBar::endTable(); } function _ASSIGN(){ mosMenuBar::startTable(); mosMenuBar::save( 'save_assign', T_('Save') ); mosMenuBar::spacer(); mosMenuBar::cancel(); mosMenuBar::spacer(); mosMenuBar::help( 'assign' ); mosMenuBar::endTable(); } function _POSITIONS(){ mosMenuBar::startTable(); mosMenuBar::save( 'save_positions' ); mosMenuBar::spacer(); mosMenuBar::cancel(); mosMenuBar::spacer(); mosMenuBar::help( 'module-positions' ); mosMenuBar::endTable(); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

