Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: settings_tab_layout.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_596'); */?></h5> </div>--> <div class="card-body"> <div class="form-group row"> <label class="col-lg-4 col-form-label text-right"><? echo $this->lang->line('Home_page'); ?>:</label> <div class="col-md-6"><div class="form-check form-check-inline"> <div class="form-check form-check-inline mt-0"> <label class="form-check-label mr-3"><input type="radio" name="rdHomePage" id="rdHomePage0" value="0" checked class="form-check-input" /><? echo $this->lang->line('Unlocking'); ?> </label> </div> <div class="form-check form-check-inline mt-0"> <label class="form-check-label mr-3"><input type="radio" name="rdHomePage" id="rdHomePage1" value="1" <? if($homePage == '1') echo 'checked'; ?> class="form-check-input" /><? echo $this->lang->line('Ecommerce'); ?> </label> </div> <div class="form-check form-check-inline mt-0"> <label class="form-check-label"><input type="radio" name="rdHomePage" id="rdHomePage2" value="2" <? if($homePage == '2') echo 'checked'; ?> class="form-check-input" /><? echo $this->lang->line('Retail'); ?> </label> </div> </div> </div> </div> <div class="form-group row"> <label class="col-lg-4 col-form-label text-right"><? echo $this->lang->line('BE_LBL_600'); ?>:</label> <div class="col-md-4"> <select id="language" name="language" class="form-control select2me" data-placeholder="Select..."> <?php foreach ($LANGUAGES_ARR as $key => $value) { $selected = ''; if($lang == $key) $selected = 'selected'; echo '<option value="'.$key.'" '.$selected.'>'.$value.'</option>'; } ?> </select> </div> </div> <div class="form-group row"> <label class="col-lg-4 col-form-label text-right"><? echo $this->lang->line('Google_Translator_At_Unlock'); ?>:</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="chkGTU" id="chkGTU" <?php echo $gTransU == 1 ? 'checked' : '';?> class="toggle"/><span><label for="chkGTU"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-4 col-form-label text-right"><? echo $this->lang->line('Google_Translator_At_Shop'); ?>:</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="chkGTS" id="chkGTS" <?php echo $gTransS == 1 ? 'checked' : '';?> class="ftoggle" /><span><label for="chkGTS"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-4 col-form-label text-right"><? echo $this->lang->line('Show_Services_Descriptions'); ?>:</label> <div class="col-md-6"> <div class="form-check form-check-inline"> <div class="form-check form-check-inline mt-0"> <label class="form-check-label mr-3"><input type="radio" name="rdChkSsd" id="rdChkSsd1" value="1" <?php if($pagePopup == '1') echo 'checked'; ?> class="form-check-input" /><? echo $this->lang->line('Page'); ?> </label> </div> <div class="form-check form-check-inline mt-0"> <label class="form-check-label mr-3"><input type="radio" name="rdChkSsd" id="rdChkSsd" value="0" <?php if($pagePopup == '0') echo 'checked'; ?> class="form-check-input" /><? echo $this->lang->line('Popup'); ?> </label> </div> </div> </div> </div> <div class="form-group" style="display: none"> <label class="col-lg-4 col-form-label text-right"><? echo $this->lang->line('Theme'); ?>:</label> <div class="col-md-4"><div class="form-check form-check-inline"> <label class="form-check-label"> <input type="radio" name="rdTheme" id="rdTheme1" value="1" checked class="form-input-styled" /><? echo $this->lang->line('BE_LBL_107'); ?> </label> <label class="form-check-label"> <input type="radio" name="rdTheme" id="rdTheme2" value="2" <? if($theme == '2') echo 'checked'; ?> class="form-input-styled" /><? echo $this->lang->line('BE_LBL_108'); ?> </label> <label class="form-check-label"> <input type="radio" name="rdTheme" id="rdTheme3" value="3" <? if($theme == '3') echo 'checked'; ?> class="form-input-styled" /><? echo $this->lang->line('BE_LBL_109'); ?> </label> </div> </div> </div> <div class="form-group row"> <div class="col-md-12 offset-lg-4" style="position: relative;"> <button type="button" <?php if($IS_DEMO) echo 'disabled="disabled"';?> id="btnLayout" name="btnLayout" class="btn btn-primary ThemeColorButton"><? echo $this->lang->line('BE_LBL_72'); ?></button> <div style="display:none;position: absolute;left: 83px;top: 6px;" id="dvLdLayOut"><img style="width: 22px" src="<?php echo base_url('assets/images/loading.gif');?>" border="0" alt="Please wait..." /></div> </div> </div> </div> </div> </div> </div>