示例#1
0
# ------------------------------------------------------------------------
 * ------------------------------------------------------------------------
 * JA Voice Package for Joomla 2.5 & 3.x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
defined('_JEXEC') or die('Retricted Access');
$mainframe = JFactory::getApplication();
JHTML::_('behavior.tooltip');
jimport('joomla.html.pane');
$helper = new JAVoiceHelpers();
$maxSizeUpload = (int) $helper->checkUploadSize();
?>
<style type="text/css">
	table.admintable td {
		font-size:10px !important;
	}
	table.admintable td.key{
		font-weight:normal !important;
		text-align:left !important;
		font-size:1.091em !important;
	}
	table.admintable td.master{
		font-weight:bold !important;
	}
</style>
<script type="text/javascript">