mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 20:34:56 +02:00
Update paymentgateway-audit-view.tpl
This commit is contained in:
parent
c41fe7435f
commit
1d4eff11ba
1 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
<div class="panel-body">
|
||||
<ul class="list-group list-group-unbordered">
|
||||
<li class="list-group-item">
|
||||
<b>TRX ID</b> <span class="pull-right"> {$pg['id']} </span>
|
||||
<b>{Lang::T('TRX ID')}</b> <span class="pull-right"> {$pg['id']} </span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<b>{Lang::T('Invoice')}</b> <span class="pull-right">
|
||||
|
@ -65,7 +65,7 @@
|
|||
|
||||
<div class="panel panel-hovered mb20 panel-primary">
|
||||
<div class="panel-heading">
|
||||
Response when request payment
|
||||
{Lang::T('Response when request payment')}
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
<div class="panel panel-hovered mb20 panel-primary">
|
||||
<div class="panel-heading">
|
||||
Response when payment PAID
|
||||
{Lang::T('Response when payment PAID')}
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
@ -94,4 +94,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue