first commit
This commit is contained in:
31
modules/mailchimppro/views/templates/admin/wizard/step-8.tpl
Normal file
31
modules/mailchimppro/views/templates/admin/wizard/step-8.tpl
Normal file
@@ -0,0 +1,31 @@
|
||||
{*
|
||||
* 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="text-center">
|
||||
<div class="alert alert-info alert-mc" id="order-sync-in-progress">
|
||||
{l s='Syncing orders, please wait' mod='mailchimppro'}
|
||||
</div>
|
||||
<div class="alert alert-success alert-mc hidden" id="order-sync-completed">
|
||||
{l s='The batch operation of syncing the orders has been sent to the Mailchimp servers. The setup is now complete' mod='mailchimppro'}
|
||||
</div>
|
||||
<div class="alert alert-error hidden" id="order-sync-error">
|
||||
{l s='Error during orders sync' mod='mailchimppro'}
|
||||
</div>
|
||||
<div class="progress hidden">
|
||||
<div class="progress-bar" style="width:0"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user