Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: srvrservices_tab_sms.php
<div class="form-group row"> <div class="col-lg-12"> <h4><i class="mr-2"></i> <?php echo $this->lang->line('BE_LBL_694'); ?> </h4> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_695'); ?>:</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="chkSMS" id="chkSMS" <?php echo $sendSMS == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="chkSMS"></label></span> </div> </div> </div> <div class="form-group row"> <div class="col-lg-3"></div> <div class="col-lg-4"> <button value="7" name="tab" type="submit" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn btn-primary ThemeColorButton" name="btnSMS"><?php echo $this->lang->line('BE_LBL_72'); ?></button> </div> </div>