Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: view_lookup_list.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 $strLabel; ?></h4> </div> <div align="right"> <?php if($iFrm != '1' && $iFrm != '2' && $iFrm != '3' && $iFrm != '4' && $iFrm != '7' && $iFrm != '8' && $iFrm != '9' && $iFrm != '12' && $iFrm != '14') { ?> <input type="button" <?php if($IS_DEMO) echo 'disabled="disabled"';?> value="+ <? echo $this->lang->line('BE_GNRL_14').' a '.$strLabel; ?>" onclick="window.location.href=baseurl + '<?php echo $this->config->item('apanel_name') ?>/Settings/lookuplist?iFrm=<? echo $iFrm; ?>&service=<? echo $service; ?>&servtbl=<? echo $tbl; ?>'" class="btn" /> <?php } ?> </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 --> <?php if (isset($message) && $message != '') { ?> <div class="form-group row"> <div class="col-lg-12"> <div class="alert alert-success"><?php echo $message; ?></div> </div> </div> <?php } ?> <div class="form-group row"> <div class="col-md-12"> <?php if ($message != '') echo '<div class="alert alert-success">' . $message . '</div>'; ?> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr class="bg-primary"> <?php echo "<th>$strLabel</th>"; echo "<th>" . $this->lang->line('BE_GNRL_3') . "</th>"; if ($iFrm == '12') echo "<th>" . $this->lang->line('BE_LBL_117') . "</th>"; else if($iFrm == '15') echo "<th></th>"; ?> </tr> </thead> <tbody> <?php if ($rsLists) { foreach ($rsLists as $row) { ?> <tr> <td class="highlight"> <a style="text-decoration:underline;" href="<?= base_url($this->config->item('apanel_name').'/settings/lookuplist'); ?>?iFrm=<? echo $iFrm;?>&service=<? echo $service; ?>&id=<? echo $row->$idCol;?>&servtbl=<? echo $tbl; echo "&frmId=$frmId&fTypeId=$fTypeId"; ?>"><? echo stripslashes($row->$textCol); ?></a> </td> <td><?php echo $row->$disableCol == '1' ? 'Yes' : 'No'; ?></td> <? if ($iFrm == '12') { echo '<td style="text-align:center" valign="middle"><a href="'.base_url($this->config->item('apanel_name').'/settings').'/planspricesoffers?planId=' . $row->$idCol . '&plan=' . urlencode($row->$textCol) . '" ><i class="fa icon-pencil" data-toggle="tooltip" data-placement="top" title="Edit"></i></a></td>'; }else if($iFrm == '15') { ?> <td style="text-align:center" valign="middle"> <a href="<?= base_url($this->config->item('apanel_name').'/settings/lookuplist'); ?>?iFrm=<? echo $iFrm;?>&service=<? echo $service; ?>&id=<? echo $row->$idCol;?>&servtbl=<? echo $tbl; echo "&frmId=$frmId&fTypeId=$fTypeId"; ?>" > <i class="fa icon-pencil" data-toggle="tooltip" data-placement="top" title="Edit"></i> </a> </td> <?php } ?> </tr> <?php } ?> <?php } else { ?> <tr> <td colspan="99" align="center"><strong><? echo $this->lang->line('BE_GNRL_9'); ?></strong></td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> </div> </div> </div> <!-- END PAGE CONTENT--> </div> <!-- END CONTENT --> <!-- END CONTAINER -->