Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: clientmenu.php
<!-- 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_996'); ?></h4> </div> </div> </div> <!-- /page header --> <!-- Content area --> <div class="content pt-0"> <div class="card"> <div class="row"> <div class="offset-2 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 } ?> <?php echo form_open(base_url($this->config->item('apanel_name').'/clients/clientmenu') . get_query_string(), array('name' => 'frmClientMenu', 'id' => 'frmClientMenu', 'class' => 'form-horizontal')); ?> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_223'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for Dashboard" maxlength="100" name="txtdashboard" id="txtdashboard" value="<?php if($clientMenuLabels) echo $clientMenuLabels->dashboard; else echo $this->lang->line('BE_LBL_223'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_MENU_CODES'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for Order Now" maxlength="100" name="txtordernow" id="txtordernow" value="<?php if($clientMenuLabels) echo $clientMenuLabels->ordernow; else echo $this->lang->line('CUST_MENU_CODES'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_CH_146'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_CH_146'); ?>" maxlength="100" name="txtimeiservices" id="txtimeiservices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->imeiservices; else echo $this->lang->line('CUST_CH_146'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_1025'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('BE_LBL_1025'); ?>" maxlength="100" name="txtremoteservices" id="txtremoteservices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->remoteservices; else echo $this->lang->line('BE_LBL_1025'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_1'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_1'); ?>" maxlength="100" name="txtfileservices" id="txtfileservices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->fileservices; else echo $this->lang->line('CUST_LBL_1'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo "Server Services"; ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Server Services"; ?>" maxlength="100" name="txtserverservices" id="txtserverservices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->serverservices; else echo $this->lang->line('CUST_CH_148'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo "Orders History"; ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Orders History"; ?>" maxlength="100" name="txtorderhistory" id="txtorderhistory" value="<?php if($clientMenuLabels) echo $clientMenuLabels->orderhistory; else echo $this->lang->line('CUST_LBL_168'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_MENU_CODES_2'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_MENU_CODES_2'); ?>" maxlength="100" name="txtimeiorders" id="txtimeiorders" value="<?php if($clientMenuLabels) echo $clientMenuLabels->imeiorders; else echo $this->lang->line('CUST_MENU_CODES_2'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_ORDERS_REMOTE'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_ORDERS_REMOTE'); ?>" maxlength="100" name="txtremoteorders" id="txtremoteorders" value="<?php if($clientMenuLabels) echo $clientMenuLabels->remoteorders; else echo $this->lang->line('CUST_ORDERS_REMOTE'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_8'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_8'); ?>" maxlength="100" name="txtfileorders" id="txtfileorders" value="<?php if($clientMenuLabels) echo $clientMenuLabels->fileorders; else echo $this->lang->line('CUST_LBL_8'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_13'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_13'); ?>" maxlength="100" name="txtserverorders" id="txtserverorders" value="<?php if($clientMenuLabels) echo $clientMenuLabels->serverorders; else echo $this->lang->line('CUST_LBL_13'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_191'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('BE_LBL_191'); ?>" maxlength="100" name="txttickets" id="txttickets" value="<?php if($clientMenuLabels) echo $clientMenuLabels->tickets; else echo $this->lang->line('BE_LBL_191'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_285'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_285'); ?>" maxlength="100" name="txtsubmitticket" id="txtsubmitticket" value="<?php if($clientMenuLabels) echo $clientMenuLabels->submitticket; else echo $this->lang->line('CUST_LBL_285'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_292'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_292'); ?>" maxlength="100" name="txtmytickets" id="txtmytickets" value="<?php if($clientMenuLabels) echo $clientMenuLabels->mytickets; else echo $this->lang->line('CUST_LBL_292'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_315'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('BE_LBL_315'); ?>" maxlength="100" name="txtinvoices" id="txtinvoices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->invoices; else echo $this->lang->line('BE_LBL_315'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_217'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_217'); ?>" maxlength="100" name="txtclientinvoices" id="txtclientinvoices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->clientinvoices; else echo $this->lang->line('CUST_LBL_217'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_188'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_188'); ?>" maxlength="100" name="txtadmininvoices" id="txtadmininvoices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->admininvoices; else echo $this->lang->line('CUST_LBL_188'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo "+" . $this->lang->line('CUST_LBL_232'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "+ Add Credits"; ?>" maxlength="100" name="txtaddcredits" id="txtaddcredits" value="<?php if($clientMenuLabels) echo $clientMenuLabels->addcredits; else echo $this->lang->line('CUST_LBL_232'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_223'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "My profile"; ?>" maxlength="100" name="txtmyprofile" id="txtmyprofile" value="<?php if($clientMenuLabels) echo $clientMenuLabels->myprofile; else echo $this->lang->line('CUST_LBL_223'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_PWD_HEADING'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Change Password"; ?>" maxlength="100" name="txtchangepassword" id="txtchangepassword" value="<?php if($clientMenuLabels) echo $clientMenuLabels->changepassword; else echo $this->lang->line('BE_PWD_HEADING'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_289'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_289'); ?>" maxlength="100" name="txtloginhistory" id="txtloginhistory" value="<?php if($clientMenuLabels) echo $clientMenuLabels->loginhistory; else echo $this->lang->line('CUST_LBL_289'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_313'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_313'); ?>" maxlength="100" name="txttransfercredits" id="txttransfercredits" value="<?php if($clientMenuLabels) echo $clientMenuLabels->transfercredits; else echo $this->lang->line('CUST_LBL_313'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_324'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_324'); ?>" maxlength="100" name="txtthresholdamount" id="txtthresholdamount" value="<?php if($clientMenuLabels) echo $clientMenuLabels->thresholdamount; else echo $this->lang->line('CUST_LBL_324'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_287'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_LBL_287'); ?>" maxlength="100" name="txtmystatement" id="txtmystatement" value="<?php if($clientMenuLabels) echo $clientMenuLabels->mystatement; else echo $this->lang->line('CUST_LBL_287'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_CH_65'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo $this->lang->line('CUST_CH_65'); ?>" maxlength="100" name="txtproductsandservices" id="txtproductsandservices" value="<?php if($clientMenuLabels) echo $clientMenuLabels->productsandservices; else echo $this->lang->line('CUST_CH_65'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_868'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Downloads"; ?>" maxlength="100" name="txtdownloads" id="txtdownloads" value="<?php if($clientMenuLabels) echo $clientMenuLabels->downloads; else echo $this->lang->line('BE_LBL_868'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_38'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Logout"; ?>" maxlength="100" name="txtlogout" id="txtlogout" value="<?php if($clientMenuLabels) echo $clientMenuLabels->logout; else echo $this->lang->line('CUST_LBL_38'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('CUST_LBL_293'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Home"; ?>" maxlength="100" name="txthome" id="txthome" value="<?php if($clientMenuLabels) echo $clientMenuLabels->home; else echo $this->lang->line('CUST_LBL_293'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_997'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Register"; ?>" maxlength="100" name="txtregister" id="txtregister" value="<?php if($clientMenuLabels) echo $clientMenuLabels->register; else echo $this->lang->line('BE_LBL_997'); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 control-label"><?php echo $this->lang->line('BE_LBL_998'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Label for <?php echo "Login"; ?>" maxlength="100" name="txtlogin" id="txtlogin" value="<?php if($clientMenuLabels) echo $clientMenuLabels->login; else echo $this->lang->line('BE_LBL_998'); ?>"/> </div> </div> <div class="form-group row"> <div class="col-lg-3"></div> <div class="col-lg-9"> <button type="submit" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn btn-primary ThemeColorButton" id="btnSave" name="btnSave"><?php echo $this->lang->line('BE_LBL_72'); ?></button> </div> </div> </div> </div> <?php echo form_close(); ?> </div> </div> </div> <script src="<?php echo base_url('assets/js/currency.js') ?>"></script>