| Current Path : /home/juvelize/www/components/com_acymailing/views/frontdata/tmpl/ |
| Current File : /home/juvelize/www/components/com_acymailing/views/frontdata/tmpl/import.php |
<?php
/**
* @package Acymailing for Joomla!
* @version 4.0.1
* @author acyba.com
* @copyright (C) 2009-2012 ACYBA S.A.RL. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><fieldset id="acy_data_import_menu">
<div class="toolbar" id="acytoolbar" style="float: right;">
<table><tr>
<td id="acybutton_data_import"><a onclick="javascript:submitbutton('doimport'); return false;" href="#" ><span class="icon-32-import" title="<?php echo JText::_('IMPORT'); ?>"></span><?php echo JText::_('IMPORT'); ?></a></td>
<td id="acybutton_data_cancel"><a href="<?php echo JRoute::_('index.php?option=com_acymailing&ctrl=frontsubscriber')?>" ><span class="icon-32-cancel" title="<?php echo JText::_('ACY_CANCEL'); ?>"></span><?php echo JText::_('ACY_CANCEL'); ?></a></td>
</tr></table>
</div>
<div class="acyheader" style="float: left;"><h1><?php echo JText::_('IMPORT'); ?></h1></div>
</fieldset>
<?php
include(ACYMAILING_BACK.'views'.DS.'data'.DS.'tmpl'.DS.'import.php');