28 lines
978 B
Smarty
28 lines
978 B
Smarty
{*
|
|
* Since 2013 Ovidiu Cimpean
|
|
*
|
|
* Ovidiu Cimpean - Newsletter Pro © All rights reserved.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit, modify or copy this file.
|
|
* If you wish to customize it, contact us at addons4prestashop@gmail.com.
|
|
*
|
|
* @author Ovidiu Cimpean <addons4prestashop@gmail.com>
|
|
* @copyright Since 2013 Ovidiu Cimpean
|
|
* @license Do not edit, modify or copy this file
|
|
* @version Release: 4
|
|
*}
|
|
|
|
<div class="load-backup-subscription-templates-win">
|
|
<table id="load-backup-subscription-templates" class="table table-bordered load-backup-subscription-templates">
|
|
<tr>
|
|
<thead>
|
|
<th class="name_display" data-field="name_display">{l s='Name' mod='newsletterpro'}</th>
|
|
<th class="m_date" data-field="m_date">{l s='Name' mod='newsletterpro'}</th>
|
|
<th class="module_version" data-field="module_version">{l s='Module Version' mod='newsletterpro'}</th>
|
|
<th class="actions" data-template="actions">{l s='Actions' mod='newsletterpro'}</th>
|
|
</thead>
|
|
</tr>
|
|
</table>
|
|
</div> |