Exemplo n.º 1
0
 * @CAsubpackage	architectcomp.admin
 * @CAtemplate		joomla_3_x_enhanced (Release 1.0.0)
 * @CAcopyright		Copyright (c)2013 - 2015 Simply Open Source Ltd. (trading as Component Architect). All Rights Reserved
 * @Joomlacopyright Copyright (c)2005 - 2015 Open Source Matters, Inc. All rights reserved.
 * @CAlicense		GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html
 * 
 * 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 3 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.
 */
defined('_JEXEC') or die;
// Create shortcut to parameters.
$params = $this->state->get('params');
$max_file_size = (string) ComponentArchitectHelper::convert_max_file_size($params->get('default_max_upload_size', '2mb'));
$app = JFactory::getApplication();
$input = $app->input;
?>
<noscript>
<p style="color: red;"><?php 
echo JText::_('COM_COMPONENTARCHITECT_WARNING_NOSCRIPT');
?>
<p>
</noscript>
<?php 
if (version_compare(JVERSION, '3.0', 'lt')) {
    ?>
<div id="nojquerywarning">
	<p style="color: red;"><?php 
    echo JText::_('COM_COMPONENTARCHITECT_WARNING_NOJQUERY');