Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: rtlservice_tab_general.php
<div class="portlet box blue"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-reorder"></i><? echo $this->lang->line('BE_LBL_380'); ?> </div> </div> <div class="portlet-body form"> <div class="form-body"> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_MR_26'); ?>:*</label> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Enter Service" maxlength="100" name="txtTitle" id="txtTitle" value="<? echo($packageTitle);?>" /> </div> </div> <? if($id == 0) { ?> <div class="form-group"> <label class="col-md-3 control-label">Duplicate:</label> <div class="col-md-5"> <select name="dupSrvcId" id="dupSrvcId" class="form-control select2me"> <option value="0">Select a Service</option> <? FillCombo($id, $services); ?> </select> </div> </div> <? } ?> <div id="dvGeneral"> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_841'); ?>:*</label> <div class="col-md-5"> <select name="categoryId" id="categoryId" class="form-control select2me" data-placeholder="<? echo $this->lang->line('BE_LBL_255'); ?>"> <option value="0">Choose a Manufacturer</option> <? FillCombo($categoryId, $categories); ?> </select> </div> </div> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_201'); ?>:*</label> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Enter Price" name="txtPrice" id="txtPrice" maxlength="10" value="<? echo roundMe($price);?>" /> </div> </div> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_651'); ?>:</label> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Enter Cost Price" name="txtCostPrice" id="txtCostPrice" maxlength="10" value="<? echo roundMe($costPrice);?>" /> </div> </div> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_344'); ?>:</label> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Enter Supplier" maxlength="100" name="txtSupplier" value="<? echo($supplier);?>" /> </div> </div> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_PCK_10'); ?>:</label> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Enter Delivery Time" name="txtTimeTaken" id="txtTimeTaken" maxlength="100" value="<? echo($timeTaken);?>" /> </div> </div> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_839'); ?>:</label> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Enter <? echo $this->lang->line('BE_LBL_839');?>" name="txtRedirection" maxlength="100" value="<? echo($redirect);?>" /> </div> <span class="help-block"> Sample URL: http://www.example.com/<br /> Client will be sent to this URL on choosing this service. </span> </div> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_PCK_21'); ?>:</label> <div class="col-md-7 radio-list"> <label class="radio-inline"> <input type="radio" name="rdServiceType" id="rdServiceType0" value="0" checked /><? echo $this->lang->line('BE_LBL_832'); ?> </label> <label class="radio-inline"> <input type="radio" name="rdServiceType" id="rdServiceType1" value="1" <? if($srvType == '1') echo 'checked'; ?> /><? echo $this->lang->line('BE_LBL_833'); ?> </label> </div> </div> <? if($type == 0) { ?> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_136'); ?>:</label> <div class="col-md-7 radio-list"> <label class="radio-inline"> <input type="radio" name="rdIMEIFType" id="rdIMEIFType1" value="0" checked /><? echo $this->lang->line('BE_LBL_137'); ?> </label> <label class="radio-inline"> <input type="radio" name="rdIMEIFType" id="rdIMEIFType2" value="1" <? if($imeiFType == '1') echo 'checked'; ?> /><? echo $this->lang->line('BE_LBL_138'); ?> </label> <label class="radio-inline"> <input type="radio" name="rdIMEIFType" value="2" id="rdIMEIFType3" <? if($imeiFType == '2') echo 'checked'; ?> /><? echo $this->lang->line('BE_LBL_139'); ?> <label class="radio-inline"> <input type="radio" name="rdIMEIFType" value="3" id="rdIMEIFType4" <? if($imeiFType == '3') echo 'checked'; ?> /><? echo $this->lang->line('BE_LBL_378'); ?> </label> </div> </div> <? } ?> <div class="form-group" id="dvCustFld" <? if($imeiFType != '3') echo 'style="display:none;"'; ?>> <label class="col-md-3 control-label">Custom Field:</label> <div class="col-md-4"> <select name="customFldId" id="customFldId" class="form-control select2me"> <? FillCombo($customFldId, $customFields); ?> </select> </div> </div> <div class="form-group"> <label for="txtImage" class="col-md-3 control-label"><? echo $this->lang->line('BE_PCK_3'); ?>:</label> <div class="col-md-6"> <input type="file" id="txtImage" name="txtImage"> <p class="help-block"> .jpg, .gif, .png <strong>IDEAL IMAGE SIZE IS WIDTH: 800px HEIGHT: 800px</strong> </p> </div> </div> <? if($existingImage != '') { ?> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_609'); ?>:</label> <div class="col-md-4"> <div class="make-switch switch-small" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkDelImg" id="chkDelImg" class="toggle"/> </div> </div> </div> <? } ?> <div class="form-group"> <label class="control-label col-md-3"><? echo $this->lang->line('BE_LBL_105'); ?>:</label> <div class="col-md-9"> <textarea class="ckeditor form-control" name="txtMustRead" rows="6"><? echo $mustRead; ?></textarea> </div> </div> <div class="form-group"> <label class="col-md-3 control-label">Show At Home Page:</label> <div class="col-md-4"> <div class="make-switch switch-small" data-on-label="YES" data-off-label="NO"> <input type="checkbox" id="chkHome" name="chkHome" <? echo $showAtHome == 1 ? 'checked' : '';?> class="toggle" /> </div> </div> </div> <? if($type == 0) { ?> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_LBL_180'); ?>:</label> <div class="col-md-4"> <div class="make-switch switch-small" data-on-label="YES" data-off-label="NO"> <input type="checkbox" id="dupIMEI" name="dupIMEI" <? echo $dupIMEI == 1 ? 'checked' : '';?> class="toggle"/> </div> </div> </div> <? } ?> <div class="form-group"> <label class="col-md-3 control-label"><? echo $this->lang->line('BE_GNRL_1'); ?>:</label> <div class="col-md-4"> <div class="make-switch switch-small" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkDisablePackage" id="chkDisablePackage" <? echo $disablePackage == 1 ? 'checked' : '';?> class="toggle"/> </div> </div> </div> </div> </div> </div> </div> <div align="center"> <button type="submit" <?php if($IS_DEMO) echo 'disabled="disabled"';?> class="btn green"><?php echo $this->lang->line('BE_LBL_72'); ?></button> </div>