Added to Balance list

This commit is contained in:
Focuslinkstech 2024-09-05 10:05:23 +01:00 committed by GitHub
parent f43a2dcd7a
commit d060e21032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
<div class="box box-solid box-default">
<div class="box-header text-bold">{$plan['name_plan']}</div>
<div class="table-responsive">
<div style="margin-left: 5px; margin-right: 5px;">
<table class="table table-bordered table-striped">
<tbody>
<tr>
@ -20,6 +21,7 @@
</tbody>
</table>
</div>
</div>
<div class="box-body">
<a href="{$_url}order/gateway/0/{$plan['id']}"
onclick="return confirm('{Lang::T('Buy Balance')}?')"