Update paymentgateway-audit.tpl

This commit is contained in:
Ahmad Husein 2024-08-20 20:00:19 +07:00 committed by GitHub
parent 1d4eff11ba
commit 34ea48fd7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>TRX ID</th>
<th>PG ID</th>
<th>{Lang::T('TRX ID')}</th>
<th>{Lang::T('PG ID')}</th>
<th>{Lang::T('Username')}</th>
<th>{Lang::T('Plan Name')}</th>
<th>{Lang::T('Routers')}</th>
@ -46,7 +46,7 @@
<td>
{if $pg['pg_url_payment']}
<a href="{$pg['pg_url_payment']}" target="_blank" class="btn btn-xs btn-default btn-block"
rel="noopener noreferrer">open</a>
rel="noopener noreferrer">{Lang::T('open')}</a>
{/if}
</td>
<td>{$pg['payment_method']} - {$pg['payment_channel']}</td>
@ -63,8 +63,8 @@
</table>
</div>
{include file="pagination.tpl"}
<a href="{$_url}paymentgateway/" class="btn btn-default btn-xs">kembali</a>
<a href="{$_url}paymentgateway/" class="btn btn-default btn-xs">{Lang::T('back')}</a>
</div>
</div>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}