25 lines
675 B
Smarty
25 lines
675 B
Smarty
{*
|
|
* PrestaChamps
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Commercial License
|
|
* you can't distribute, modify or sell this code
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file
|
|
* If you need help please contact leo@prestachamps.com
|
|
*
|
|
* @author Mailchimp
|
|
* @copyright PrestaChamps
|
|
* @license commercial
|
|
*}
|
|
<div class="tab-pane" id="mailchimp-order-detail">
|
|
<h4 class="visible-print">{l s='MailChimp detail' mod='mailchimppro'}</h4>
|
|
<div class="table-responsive">
|
|
<div class="alert alert-info">
|
|
{l s='There is no Mailchimp order associated to this order' mod='mailchimppro'}
|
|
</div>
|
|
</div>
|
|
</div> |