diff --git a/ui/ui/user-ui/orderBalance.tpl b/ui/ui/user-ui/orderBalance.tpl index ce5ecfe2..f18a7897 100644 --- a/ui/ui/user-ui/orderBalance.tpl +++ b/ui/ui/user-ui/orderBalance.tpl @@ -3,35 +3,37 @@
{if $_c['enable_balance'] == 'yes'} -
-
{Lang::T('Buy Balance Plans')}
-
- {foreach $plans_balance as $plan} -
-
-
{$plan['name_plan']}
-
- - - - - - - -
{Lang::T('Price')}{Lang::moneyFormat($plan['price'])}
-
- +
+
{Lang::T('Buy Balance Plans')}
+
+ {foreach $plans_balance as $plan} +
+
+
{$plan['name_plan']}
+
+
+ + + + + + + +
{Lang::T('Price')}{Lang::moneyFormat($plan['price'])}
- {/foreach} + +
+ {/foreach}
+
{/if}
-{include file="user-ui/footer.tpl"} +{include file="user-ui/footer.tpl"} \ No newline at end of file