Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: api_server_sync.php
<div class="row"> <div class="col-lg-12"> <div class="card"> <!-- <div class="card-header header-elements-inline"> <h5 class="card-title"><?php /*echo $this->lang->line('BE_LBL_512'); */?></h5> </div>--> <form action="#" class="form-horizontal" id="frmSync" name="frmSync" method="post"> <div class="card-body"> <? if ($apiType == '6' || $apiType == '7' || 1) { ?> <div class="form-group row" style="display:none;"> <label class="col-lg-7 control-label"><? echo $this->lang->line('BE_LBL_508'); ?>:</label> <div class="col-lg-4"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkIntAll" value="1" disabled checked id="chkIntAll_S" class="form-input-styled"/> </div> </div> </div> <div class="row"> <label class="col-lg-4 control-label">Services:</label> <div class="col-lg-6"> <label class="form-check-label form-check-inline"> <input type="radio" name="rdSServices" class="form-input-styled" id="rdSServices1" value="0" checked/>All Services </label> </div> </div> <div class="form-group row"> <label class="col-lg-4 control-label">Synchronize Type:</label> <div class="col-lg-8"> <label class="form-check-label form-check-inline"> <input type="radio" name="rdSSyncType" class="form-input-styled" id="rdSSyncType1" value="0" checked/>Normal Synchronization to connect your services with API service</label> <label class="form-check-label form-check-inline"> <input type="radio" name="rdSSyncType" class="form-input-styled" id="rdSSyncType2" value="1"/>DELETE Existing Groups & Services and ADD new services from <b><? echo $apiTitle; ?></b></label> </div> <div id="dvSPrices" style="display:none;"> <div class="row"> <div class="col-xl-12"> <br/><br/> <hr> <h3>Server Services Synchronization Details</h3> <div class="form-group row"> <label class="col-lg-4 control-label">CONNECT API services with My Services:</label> <div class="col-lg-4"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input checked="" type="checkbox" name="chkAttachSSrv" id="chkAttachSSrv"/><span><label for="chkAttachSSrv"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-4 control-label">Price Type:</label> <div class="col-lg-8"> <div class="form-check form-check-inline"> <label class="form-check-label pr-3"> <input type="radio" class="form-input-styled" name="rdSPrType" id="rdSPrType0" value="0" checked/><? echo $this->lang->line('BE_LBL_825'); ?> </label> <label class="form-check-label pr-3"> <input type="radio" class="form-input-styled" name="rdSPrType" id="rdSPrType1" value="1"/><? echo $this->lang->line('BE_LBL_826'); ?> </label> <label class="form-check-label pr-3"> <input type="radio" class="form-input-styled" name="rdSPrType" id="rdSPrType2" value="2"/>Keep Same </label> </div> </div> </div> <div class="form-group row"> <label class="col-lg-4 control-label"><?php echo $this->lang->line('BE_PCK_14'); ?> :*</label> <div class="col-lg-4" style="padding-left:40px;"> <input type="text" class="form-control" placeholder="Enter Price" maxlength="5" name="txtSPrice" id="txtSPrice"/> </div> </div> <div class="form-group row"> <label class="col-lg-4 control-label">Pricing:</label> <div class="col-lg-4"> <div class="form-check form-check-inline"> <label class="form-check-label pr-3"> <input type="radio" class="form-input-styled" name="rdSPricing" id="rdSPricing0" value="0" checked/>Fixed</label> <label class="form-check-label pr-3"> <input type="radio" class="form-input-styled" name="rdSPricing" id="rdSPricing1" value="1"/>Percentage</label> </div> </div> </div> <!--<div class="form-group row"> <label class="col-lg-4 control-label">Update Prices Of Other Currencies:</label> <div class="col-lg-4" > <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" checked="" name="chkOtherCurrSPrices" id="chkOtherCurrSPrices"/><span><label for="chkOtherCurrSPrices"></label></span> </div> </div> </div>--> </div> </div> </div> </div> <? } else { ?> <div class="form-group row"> <div class="col-lg-12" align="center"> <br/> <button type="button" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn btn-primary" id="btnServerSync1" name="btnServerSync1">Synchronize Server Services </button> <img style="display:none;" id="syncSLdr1" src="<?php echo base_url('assets/images/loading.gif'); ?>" border="0" alt="Please wait..."/> </div> </div> <? } ?> </div> <? if ($apiType == '6' || $apiType == '7' || 1) { ?> <div class="form-group row pb-3"> <div class="col-lg-12 offset-4 text-left"> <button type="button" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn btn-primary ThemeColorButton" id="btnServerSync" name="btnServerSync">Synchronize Server Services </button> <img style="display:none;" id="syncSLdr" src="<?php echo base_url('assets/images/loading.gif'); ?>" border="0" alt="Please wait..."/> </div> </div> <? } ?> </form> <div class="row mt-5" id="sync_server_services_data" style="display: none"> <div class="col-10 mb-3"> <h4>Quick Add Synchronized Server Services</h4> </div> <div class="col-12"> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover" id="sync_server_services_list"> </table> </div> </div> </div> </div> </div> </div>