Files
interblue.pl/modules/pshowimporter/views/templates/admin/main_reinstallOverrides.tpl
2024-10-25 14:16:28 +02:00

17 lines
685 B
Smarty

<div class="panel-heading">
{l s='Here you can reinstall module overrides' mod='pshowimporter'}
</div>
<div class="panel-content">
<p>{l s='Overrides are files that contain code that changes the basic operation of the store.' mod='pshowimporter'}</p>
<p><strong>{l s='Proceed with caution, the changes are irreversible.' mod='pshowimporter'}</strong></p>
<p><strong>{l s='Backup `/override` directory from your shop before this operation.' mod='pshowimporter'}</strong></p>
<a href="{$link->getAdminLink('PShowImporterMain')}&page=reinstallOverrides&start=1" class="btn btn-default">{l s='Start' mod='pshowimporter'}</a>
</div>