Update paymentgateway-audit-view.tpl

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

View File

@ -10,7 +10,7 @@
<div class="panel-body"> <div class="panel-body">
<ul class="list-group list-group-unbordered"> <ul class="list-group list-group-unbordered">
<li class="list-group-item"> <li class="list-group-item">
<b>TRX ID</b> <span class="pull-right">&nbsp;{$pg['id']}&nbsp;</span> <b>{Lang::T('TRX ID')}</b> <span class="pull-right">&nbsp;{$pg['id']}&nbsp;</span>
</li> </li>
<li class="list-group-item"> <li class="list-group-item">
<b>{Lang::T('Invoice')}</b> <span class="pull-right">&nbsp; <b>{Lang::T('Invoice')}</b> <span class="pull-right">&nbsp;
@ -65,7 +65,7 @@
<div class="panel panel-hovered mb20 panel-primary"> <div class="panel panel-hovered mb20 panel-primary">
<div class="panel-heading"> <div class="panel-heading">
Response when request payment {Lang::T('Response when request payment')}
</div> </div>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-striped table-condensed"> <table class="table table-bordered table-striped table-condensed">
@ -80,7 +80,7 @@
</div> </div>
<div class="panel panel-hovered mb20 panel-primary"> <div class="panel panel-hovered mb20 panel-primary">
<div class="panel-heading"> <div class="panel-heading">
Response when payment PAID {Lang::T('Response when payment PAID')}
</div> </div>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-striped table-condensed"> <table class="table table-bordered table-striped table-condensed">
@ -94,4 +94,4 @@
</div> </div>
</div> </div>
{include file="sections/footer.tpl"} {include file="sections/footer.tpl"}