Update paymentgateway-audit.tpl
This commit is contained in:
parent
1d4eff11ba
commit
34ea48fd7d
@ -17,8 +17,8 @@
|
|||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>TRX ID</th>
|
<th>{Lang::T('TRX ID')}</th>
|
||||||
<th>PG ID</th>
|
<th>{Lang::T('PG ID')}</th>
|
||||||
<th>{Lang::T('Username')}</th>
|
<th>{Lang::T('Username')}</th>
|
||||||
<th>{Lang::T('Plan Name')}</th>
|
<th>{Lang::T('Plan Name')}</th>
|
||||||
<th>{Lang::T('Routers')}</th>
|
<th>{Lang::T('Routers')}</th>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{if $pg['pg_url_payment']}
|
{if $pg['pg_url_payment']}
|
||||||
<a href="{$pg['pg_url_payment']}" target="_blank" class="btn btn-xs btn-default btn-block"
|
<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}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
<td>{$pg['payment_method']} - {$pg['payment_channel']}</td>
|
<td>{$pg['payment_method']} - {$pg['payment_channel']}</td>
|
||||||
@ -63,8 +63,8 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{include file="pagination.tpl"}
|
{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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/footer.tpl"}
|
{include file="sections/footer.tpl"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user