Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: manufacturer.php
<style> @media (max-width: 991px) { .form-group [class*=col-lg-]:not([class*=col-form-label])+[class*=col-lg-] { margin-top: 0 !important; } } </style> <?php include 'rtlservices_header.php';?> <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_841'); ?> </h4> </div> </div> </div> <div class="content pt-0"> <div class="card"> <div class="row"> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"> <div class="card-body"> <?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 } ?> <div class="form-group row text-center"> <? if($existingImage != '') { ?> <img style="max-height: 200px;margin-left: auto;margin-right: auto" src="<? echo $existingImage ?>" /> <? } ?> </div> <?php echo form_open('','class="form-horizontal" name="frm" method="post" id="frm" enctype="multipart/form-data"') ?> <input type="hidden" id="id" name="id" value="<?php echo($id); ?>" /> <div class="col-12"> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_LBL_929'); ?>:</label> <div class="col-md-7 radio-list"> <label class="radio-inline"> <input class="mr-1" type="radio" name="rdBrandType" value="0" checked /><? echo $this->lang->line('CUST_CODE_4'); ?> </label> <label class="radio-inline pl-2"> <input class="mr-1" type="radio" name="rdBrandType" value="1" <? if($brandType == '1') echo 'checked'; ?> /><? echo $this->lang->line('CUST_LBL_199'); ?> </label> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_LBL_841'); ?>:*</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Enter Manufacturer" maxlength="50" name="txtCategory" id="txtCategory" value="<?php echo($category);?>" /> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_LBL_212'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Enter HTML Title" maxlength="100" name="txtHTMLTitle" id="txtHTMLTitle" value="<? echo($htmlTitle);?>" /> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_LBL_213'); ?>:</label> <div class="col-lg-4"> <input type="text" class="form-control" placeholder="Enter SEO Name" maxlength="100" name="txtSEOName" id="txtSEOName" value="<? echo($seoName);?>" /> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_MR_38'); ?>:</label> <div class="col-lg-4"> <textarea class="form-control" rows="3" id="txtMetaTags" name="txtMetaTags"><? echo $metaDesc; ?></textarea> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_LBL_214'); ?>:</label> <div class="col-lg-4"> <textarea class="form-control" rows="3" id="txtMetaKW" name="txtMetaKW"><? echo $metaKW; ?></textarea> </div> </div> <div class="form-group row"> <label for="txtImage" class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_N_3'); ?>:</label> <div class="col-lg-9"> <input type="file" id="txtImage" name="txtImage"> <p class="help-block"> .jpg, .gif, .png <strong><? echo $this->lang->line('BE_LBL_930'); ?></strong> </p> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><? echo $this->lang->line('BE_GNRL_1'); ?>:</label> <div class="col-lg-4"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" class="chkSelect" name="disable" id="disable" <?php echo $disable == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="disable"></label></span> </div> </div> </div> </div> <div class="form-group row"> <div class="offset-xl-3 offset-lg-3 col-lg-9"> <button type="submit" <?php if($IS_DEMO) echo 'disabled="disabled"';?> class="btn ThemeColorButton green"><? echo $this->lang->line('BE_LBL_72'); ?></button> </div> </div> <?php echo form_close() ?> </div> </div> </div> </div> </div> <script type="text/javascript" src="<?php echo base_url('assets/plugins/ckeditor/ckeditor.js'); ?>"></script> <script src="<?php echo base_url('assets/js/category.js'); ?>"></script>