17 lines
685 B
Smarty
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> |