Update orderBalance.tpl

This commit is contained in:
Ahmad Husein 2024-11-30 23:10:12 +07:00 committed by GitHub
parent d0a7f2b991
commit 9edb0b4d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
<div class="col-sm-12"> <div class="col-sm-12">
{if $_c['enable_balance'] == 'yes'} {if $_c['enable_balance'] == 'yes'}
<div class="box box-solid box-success bg-gray-light"> <div class="box box-solid box-success bg-gray-light">
<div class="box-header">{Lang::T('Buy Balance Plans')}</div> <div class="box-header">{Lang::T('Buy Balance Package')}</div>
<div class="box-body row"> <div class="box-body row">
{foreach $plans_balance as $plan} {foreach $plans_balance as $plan}
<div class="col col-md-4"> <div class="col col-md-4">
@ -66,4 +66,4 @@
{/if} {/if}
</div> </div>
</div> </div>
{include file="customer/footer.tpl"} {include file="customer/footer.tpl"}