first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View 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="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>