Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: quick_pricing_bkp.php
<style> @media (max-width: 991px) { .form-group [class*=col-lg-]:not([class*=col-form-label])+[class*=col-lg-] { margin-top: 0 !important; } } </style> <!-- 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 $heading; ?></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 --> <?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 } ?> <?php echo form_open(base_url($this->config->item('apanel_name').'/services/quickpricing?frmId=6&fTypeId=2'), 'name="frmChangePass" id="frmChangePass" class="form-horizontal" ') ?> <div class="form-group row"> <?php $package_data = fetch_custom_log_package_category($tblCat, $strWhereCat); ?> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_219'); ?></label> <div class="col-lg-5"> <select name="categoryId" id="categoryId" class="js-select2 form-control select2me" data-placeholder="<?php echo $this->lang->line('BE_LBL_256'); ?>"> <option value="0"><?php echo $this->lang->line('BE_LBL_255'); ?></option> <?php FillCombo(0, $package_data); ?> </select> </div> <div class="col-lg-4"> <span class="form-text " style="color:#324148;"> Selecting a category is optional. If you'll choose a category then system will only update the services prices against the selected category. If you'll not select any category then system will update all services prices. </span> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_192'); ?> :</label> <div class="col-lg-5"> <div class="form-check form-check-inline mt-0"> <label class="form-check-label"> <input type="radio" class="form-check-input" name="rdPrType" id="rdPrType0" value="0" checked/><?php echo $this->lang->line('BE_LBL_825'); ?> </label> </div> <div class="form-check form-check-inline mt-0"> <label class="form-check-label"> <input type="radio" class="form-check-input" name="rdPrType" id="rdPrType1" value="1"/><?php echo $this->lang->line('BE_LBL_826'); ?> </label> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_PCK_14'); ?> :<span class="required_field">*</span></label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Price" maxlength="50" name="txtPrice" id="txtPrice"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Pricing:</label> <div class="col-lg-5 radio-list"> <div class="form-check form-check-inline mt-0"> <label class="form-check-label"><input type="radio" class="form-check-input" name="rdPricing" id="rdPricing0" value="0" checked/>Fixed</label> </div> <div class="form-check form-check-inline mt-0"> <label class="form-check-label"><input type="radio" class="form-check-input" name="rdPricing" id="rdPricing1" value="1"/>Percentage</label> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Update Prices Of Other Currencies:</label> <div class="col-lg-5"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkOtherCurrPrices" checked id="chkOtherCurrPrices" class="toggle"/><span><label for="chkOtherCurrPrices"></label></span> </div> </div> </div> <div class="form-group row"> <div class="col-lg-3"></div> <div class="col-lg-9"> <button type="button" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn ThemeColorButton Width15" id="btnSave" name="btnSave"><?php echo $this->lang->line('BE_LBL_72'); ?></button> <input type="hidden" name="srvc" id="srvc" value="<?php echo $srvc; ?>"/> <img style="display:none;" id="statusLoader" src="<?php echo base_url('assets/images/loading.gif'); ?>" border="0" alt="Please wait..."/> </div> </div> </div> <?php echo form_close(); ?> </div> </div> </div> </div> <script> var base_url = '<?php echo base_url();?>'; </script> <script language="javascript" src="<?php echo base_url('assets/js/functions.js?v='.$this->config->item('assets_version'));?>"></script> <script language="javascript" src="<?php echo base_url('assets/js/pricing.js'); ?>?v=<?php echo $this->config->item('assets_version'); ?>"></script>