Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: livechat_form.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 $this->lang->line('BE_LBL_369'); ?></h4> </div> </div> </div> <!-- /page header --> <!-- Content area --> <div class="content pt-0"> <div class="card"> <div class="row"> <div class="offset-lg-1 col-12 col-sm-12 col-md-12 col-lg-10 col-xl-10"> <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 } ?> <!-- BEGIN FORM--> <?php echo form_open(base_url($this->config->item('apanel_name').'/chat/livechat').get_query_string(), array('class' => "form-horizontal", 'name' => "frm", 'method' => "post", 'id' => "frm")); ?> <div class="form-group row"> <label class="col-lg-3 control-label text-right"><?php echo $this->lang->line('BE_LBL_370'); ?> :</label> <div class="col-lg-4"> <textarea class="form-control" rows="13" style="width:500px; max-width: 100%" id="txtScript" name="txtScript"><? echo $script; ?></textarea> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label text-right"><?php echo $this->lang->line('BE_LBL_578'); ?> :</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="chkWebsite" id="chkWebsite" <?php echo $atWebsite == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="chkWebsite"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label text-right"><?php echo $this->lang->line('BE_LBL_579'); ?> :</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="chkClient" id="chkClient" <?php echo $inClient == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="chkClient"></label></span> </div> </div> </div> <div class="form-group row"> <div class="col-lg-3"></div> <div class="col-md-9"> <button type="submit" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn btn-primary ThemeColorButton" value="btnSave" name="btnSave"><?php echo $this->lang->line('BE_LBL_72'); ?></button> </div> </div> <?php echo form_close(); ?> <!-- END FORM--> </div> </div> </div> </div> </div>