317d92b9d0
- Main file: cyp_withdrawalbutton.php -> simple_withdrawalbutton.php - Admin controller: AdminCypWithdrawalController.php -> AdminSimpleWithdrawalController.php - Class: Cyp_Withdrawalbutton -> Simple_withdrawalbutton - DB table: cyp_withdrawal_request -> simple_withdrawal_request - Config keys: CYP_WITHDRAWAL_* -> SIMPLE_WITHDRAWAL_* - Admin tab: AdminCypWithdrawal -> AdminSimpleWithdrawal - All template mod attributes updated
6 lines
234 B
Smarty
6 lines
234 B
Smarty
<div class="cyp-withdrawal-footer" style="margin-top: 1rem;">
|
|
<a href="{$withdrawal_link|escape:'html':'UTF-8'}" class="cyp-withdrawal-link" rel="nofollow">
|
|
{l s='Vertrag widerrufen' mod='simple_withdrawalbutton'}
|
|
</a>
|
|
</div>
|