Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: brands.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 $this->lang->line('BE_LBL_920'); ?></h4> </div> <div align="right"> <a class="btn " href="<?php echo base_url($this->config->item('apanel_name').'/services/')?>brand?frmId=<? echo $_REQUEST['frmId'];?>&fTypeId=<? echo $_REQUEST['fTypeId']?>"><i class="fa fa-plus"></i> <?php echo $this->lang->line('BE_GNRL_14').' '.$this->lang->line('BE_LBL_921'); ?></a> </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 } ?> <!-- Copy till this to paste to other pages --> <div class="form-group row"> <div class="col-lg-12"> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th><?php echo $this->lang->line('BE_MR_26'); ?></th> <th><?php echo $this->lang->line('BE_LBL_546'); ?></th> <th></th> </tr> </thead> <tbody id="sortableLst"> <?php if($brands) { foreach($brands as $row) { ?> <tr id="listItem_<? echo $row->brand_id; ?>"> <td><i class="fa fa-sort"></i> <a href="<?php echo base_url($this->config->item('apanel_name').'/services/');?>brand?id=<?php echo $row->brand_id;?>&frmId=<? echo $this->input->post_get('frmId');?>&fTypeId=<? echo $this->input->post_get('fTypeId')?>"><?php echo stripslashes($row->brand_title);?></a></td> <td style="text-align:center" valign="middle"> <a href="<?php echo base_url($this->config->item('apanel_name').'/services/');?>brand?id=<?php echo $row->brand_id;?>&frmId=<? echo $this->input->post_get('frmId');?>&fTypeId=<? echo $this->input->post_get('fTypeId')?>" ><i class="fa icon-pencil"></i> </a> </td> <td style="text-align:center" valign="middle"> <a href="<?php echo base_url($this->config->item('apanel_name').'/services/')?>brands?del=1&id=<?php echo($row->brand_id); ?>&frmId=<? echo $this->input->post_get('frmId');?>&fTypeId=<? echo $this->input->post_get('fTypeId')?>" onclick="return confirm('<?php echo $this->lang->line('BE_LBL_32'); ?>')"><i class="icon-trash"></i></a></td> </tr> <? }?> <? }else{ ?> <tr><td colspan="4"><strong><?php echo $this->lang->line('BE_GNRL_9'); ?></strong></td></tr> <?php } ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript" src="<?php echo base_url('assets/')?>js/jquery-ui-1.7.1.custom.min.js"></script> <script language="javascript" src="<?php echo base_url('assets/')?>js/banner.js?v=<?=rand_string(10);?>"></script>