Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: invoice_tab_payments.php
<div class="form-group row"> <div class="col-lg-12"> <div class="page-title d-flex"> <h4><a href="javascript:void(0)" class="BackButton-Link" onclick="goBack()"><i class="icon-arrow-left52 mr-2"></i></a> <?php echo $this->lang->line('BE_LBL_227'); ?></h4> </div> </div> </div> <div class="form-group row"> <div class="col-lg-12"> <div class="form-body"> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr class="bg-primary"> <th><?php echo $this->lang->line('BE_PM_11'); ?></th> <th><?php echo $this->lang->line('BE_PM_5'); ?></th> <th><?php echo $this->lang->line('BE_PM_12'); ?></th> <th><?php echo $this->lang->line('BE_CR_3'); ?></th> <th><?php echo $this->lang->line('BE_GNRL'); ?></th> </tr> </thead> <tbody> <?php foreach($rsPayments as $row ) { ?> <tr> <td class="highlight"><? echo $currency.' '.$row->InvAmount;?></td> <td><?php echo stripslashes($row->PaymentMethod);?></td> <td><?php echo stripslashes($row->InvTransactionId);?></td> <td><?php echo stripslashes($row->InvDtTm);?></td> <td><?php echo stripslashes($row->InvComments);?></td> </tr> <?php } ?> <?php if(empty($rsPayments)) { ?> <tr> <td colspan="5"> <strong><?php echo $this->lang->line('BE_GNRL_9'); ?></strong> </td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> </div> </div>