Merge branch 'ticket/15014-invite_credits' into develop
This commit is contained in:
commit
36705c3da3
9
modules/invite/tab-credit.tpl
Normal file
9
modules/invite/tab-credit.tpl
Normal file
@ -0,0 +1,9 @@
|
||||
{if isset($customer_credit) && $customer_credit > 0}
|
||||
<p class="bold">
|
||||
{l s='Votre credit disponible' mod='invite'} <span class="green">{$customer_credit}</span>
|
||||
</p>
|
||||
{else}
|
||||
<p class="warning">
|
||||
{l s='Aucun credit disponible.' mod='invite'}
|
||||
</p>
|
||||
{/if}
|
9
themes/site/modules/invite/tab-credit.tpl
Normal file
9
themes/site/modules/invite/tab-credit.tpl
Normal file
@ -0,0 +1,9 @@
|
||||
{if isset($customer_credit) && $customer_credit > 0}
|
||||
<p class="bold">
|
||||
{l s='Votre credit disponible' mod='invite'} <span class="green">{$customer_credit}</span>
|
||||
</p>
|
||||
{else}
|
||||
<p class="warning">
|
||||
{l s='Aucun credit disponible.' mod='invite'}
|
||||
</p>
|
||||
{/if}
|
Loading…
Reference in New Issue
Block a user