| Current Path : /home/jlgagfroyt/www/components/com_acymailing/views/frontdata/tmpl/ |
| Current File : /home/jlgagfroyt/www/components/com_acymailing/views/frontdata/tmpl/export.php |
<?php
/**
* @package AcyMailing for Joomla!
* @version 5.11.3
* @author acyba.com
* @copyright (C) 2009-2022 ACYBA S.A.R.L. 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_export_menu">
<div class="toolbar" id="acytoolbar" style="float: right;">
<table><tr>
<td id="acybutton_data_export"><a onclick="acymailing.submitbutton('doexport'); return false;" href="#" ><span class="icon-32-acyexport" title="<?php echo acymailing_translation('ACY_EXPORT'); ?>"></span><?php echo acymailing_translation('ACY_EXPORT'); ?></a></td>
<?php $tmpl = acymailing_getVar('cmd', 'tmpl');
if(empty($tmpl) || $tmpl != 'component'){ ?>
<td id="acybutton_data_cancel"><a href="<?php echo acymailing_route('index.php?option=com_acymailing&ctrl=frontsubscriber')?>" ><span class="icon-32-cancel" title="<?php echo acymailing_translation('ACY_CANCEL'); ?>"></span><?php echo acymailing_translation('ACY_CANCEL'); ?></a></td>
<?php } ?>
</tr></table>
</div>
<div class="acyheader" style="float: left;"><h1><?php echo acymailing_translation('ACY_EXPORT'); ?></h1></div>
</fieldset>
<?php
include(ACYMAILING_BACK.'views'.DS.'data'.DS.'tmpl'.DS.'export.php');