59 lines
2.4 KiB
Smarty
59 lines
2.4 KiB
Smarty
{*
|
|
* 2007-2020 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2020 PrestaShop SA
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
<div class="tab-pane" id="contact_list">
|
|
<div class="form-box">
|
|
<h2 class="heading">{l s='Contacts list' mod='sendinblue'}</h2>
|
|
<div class="form-box-content">
|
|
<table width="100%" cellspacing="0" cellpadding="0" style="margin-top:15px;margin-bottom:15px;">
|
|
<tbody>
|
|
<tr>
|
|
<td style="border-bottom:none;" class="{$cl_version|escape:'quotes':'UTF-8'}">{$middlelable|escape:'quotes':'UTF-8'}
|
|
</td>
|
|
</tr>
|
|
<input type ="hidden" name="page_no" id="page_no" value="1">
|
|
<tr id="userDetails" style="display:none;">
|
|
<td>
|
|
<table class="table managesubscribeBlock" style="margin-top:20px;" cellspacing="0" cellpadding="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>Emails</th>
|
|
<th width="20%">{l s='Client' mod='sendinblue'}</th>
|
|
<th width="20%">{l s='SMS' mod='sendinblue'}</th>
|
|
<th width="20%">{l s='Newsletter Sendinblue Status' mod='sendinblue'}<span class="toolTip" title="{l s='Click on the icon to subscribe / unsubscribe the contact from Sendinblue and PrestaShop.' mod='sendinblue'}"> </span></th>
|
|
<th width="20%">{l s='Newsletter PrestaShop Status' mod='sendinblue'}</th>
|
|
<th width="20%">{l s='SMS Sendinblue Status' mod='sendinblue'}<span class="toolTip" title="{l s='Click on the icon to subscribe / unsubscribe the SMS from Sendinblue.' mod='sendinblue'}"> </span></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody class="midleft">
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|