Files
newwalls.pl/modules/mailchimppro/views/templates/admin/wizard/step-2.tpl
2024-12-17 13:43:22 +01:00

31 lines
859 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="form-group">
<div class="alert alert-info alert-mc" id="loading-lists-in-progress">
{l s='Loading lists, please wait' mod='mailchimppro'}
</div>
<div id="input-container" class="hidden">
<label for="list-select">{l s='Select list' mod='mailchimppro'}</label>
<select class="form-control" id="list-select">
</select>
</div>
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>