Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: service_group_quick_pricing.php
<style> @media (max-width: 991px) { .form-group [class*=col-lg-]:not([class*=col-form-label])+[class*=col-lg-] { margin-top: 0 !important; } } </style> <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> <div class="content pt-0"> <div class="card"> <div class="row"> <div class="col-12 col-sm-12 col-lg-12 col-lg-12 col-xl-12"> <div class="card-body"> <?php echo form_open('' , 'class="form-horizontal" name="frmChangePass" id="frmChangePass"');?> <fieldset> <div class="form-group row"> <?php $cat = getServicesCategories($iFrm, 0, $srvc); ?> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_934'); ?></label> <div class="col-lg-5"> <select name="groupId" id="groupId" data-placeholder="Select a Service Category" class="form-control select2me"> <option value="0">ALL Service Categories</option> <?php foreach($cat as $c){?> <option value="<?php echo $c->CategoryId; ?>"><?php echo $c->Category; ?></option> <?php } ?> </select> </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 radio-list"> <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"><?php echo $this->lang->line('BE_LBL_1006'); ?>:</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/><?php echo $this->lang->line('BE_LBL_1007'); ?></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"/><?php echo $this->lang->line('BE_LBL_1008'); ?></label> </div> </div> </div> </fieldset> <div class="form-group row"> <div class="col-lg-3"></div> <div class="col-lg-5"> <div> <button type="button" <?php if($IS_DEMO) echo 'disabled="disabled"';?> class="btn ThemeColorButton" id="btnSave" name="btnSave"><?php echo $this->lang->line('BE_LBL_72'); ?></button> </div> <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> <?php echo form_close(); ?> </div> </div> </div> </div> </div> <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/servicegroup.js');?>?v=<?php echo $this->config->item('assets_version'); ?>"></script>