Files
b2b.redline.com.pl/modules/newsletterpro/views/templates/admin/subscription_template_create_backup.tpl
2025-06-24 14:14:35 +02:00

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>