15 lines
771 B
Smarty
15 lines
771 B
Smarty
<div class="panel">
|
|
<h3><i class="icon-info-circle"></i> {l s='Installation notes' mod='simple_withdrawalbutton'}</h3>
|
|
<p>
|
|
{l s='Frontend withdrawal page:' mod='simple_withdrawalbutton'}
|
|
<a href="{$withdrawal_link|escape:'html':'UTF-8'}" target="_blank" rel="noopener noreferrer">{$withdrawal_link|escape:'html':'UTF-8'}</a>
|
|
</p>
|
|
<p>
|
|
{l s='Back office requests:' mod='simple_withdrawalbutton'}
|
|
<a href="{$admin_link|escape:'html':'UTF-8'}">{l s='Open withdrawal requests' mod='simple_withdrawalbutton'}</a>
|
|
</p>
|
|
<p class="help-block">
|
|
{l s='The module keeps existing withdrawal records when it is uninstalled. Delete the database table manually only after checking your retention obligations.' mod='simple_withdrawalbutton'}
|
|
</p>
|
|
</div>
|