15 lines
460 B
Smarty
15 lines
460 B
Smarty
{*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the MIT License (MIT)
|
|
* that is bundled with this package in the file LICENSE.md.
|
|
*
|
|
* @author mElements S.A.
|
|
* @copyright mElements S.A.
|
|
* @license MIT License
|
|
*}
|
|
<div class="text-xs-right">
|
|
<a href="{$paynow_url|escape:'htmlall':'UTF-8'}" title="{l s='Retry payment with paynow.pl' mod='paynow'}" class="btn btn-primary">
|
|
{l s='Retry payment with paynow.pl' mod='paynow'}
|
|
</a>
|
|
</div> |