Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: in_process_imeiorders.php
<!-- Page header --> <div class="page-header border-bottom-0"> <div class="page-header-content header-elements-md-inline"> <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 $rms == '3' ? $this->lang->line('LBL_2') : $this->lang->line('BE_LBL_232'); ?></h4> </div> </div> </div> <!-- /page header --> <!-- Content area --> <div class="content pt-0"> <div class="card"> <div class="row"> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"> <div class="card-body"> <!-- Our Working Area Start --> <div class="portlet-body"> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th><?php echo $this->lang->line('BE_PCK_HD_4'); ?></th> <th><?php echo $this->lang->line('BE_PCK_15'); ?></th> <th><?php echo $this->lang->line('BE_MR_4'); ?></th> <th style="text-align:center">Action</th> </tr> </thead> <tbody> <?php if($count != 0) { foreach($rsNewOrders as $row) { ?> <tr> <td class="highlight"><div class="success"></div><a style="color: #333" href="<?php echo base_url($this->config->item('apanel_name').'/services/codes?packId='.$row->PackageId.'&codeStatusId=4&pT=1&searchType=3&txtFromDt='.$dt.'&rms='.$rms);?>"><?php echo stripslashes($row->PackageTitle);?></a></td> <td width="20%"><?php echo $row->APITitle == '' ? '-' : stripslashes($row->APITitle); ?></td> <td width="10%"><?php echo $row->TotalOrders;?></td> <td style="text-align:center" valign="middle"> <a title="Take Action" href="<?php echo base_url($this->config->item('apanel_name').'/services/codes?packId='.$row->PackageId.'&codeStatusId=4&pT=1&searchType=3&txtFromDt='.$dt.'&rms='.$rms);?>"><i class="fa fa-search-plus" style="font-size:16px;"></i></a> </td> </tr> <?php }?> <?php }else{ ?> <tr><td colspan="4"><strong><?php echo $this->lang->line('BE_GNRL_9'); ?></strong></td></tr> <?php } ?> </tbody> </table> </div> </div> <!-- Our Working Area End --> </div> </div> </div> </div> </div> <!-- /content area -->