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
7 lines
275 B
Smarty
7 lines
275 B
Smarty
<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" id="withdrawal-link" href="{$withdrawal_link|escape:'html':'UTF-8'}" rel="nofollow">
|
|
<span class="link-item">
|
|
<i class="material-icons">undo</i>
|
|
{l s='Vertrag widerrufen' mod='simple_withdrawalbutton'}
|
|
</span>
|
|
</a>
|