Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: srvrservices_tab_general.php
<div class="form-group row"> <!--<div class="col-lg-12"> <h4><i class="mr-2"></i> <?php /*echo $this->lang->line('BE_LBL_38'); */?> </h4> </div>--> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_295'); ?>:*</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Title" maxlength="100" name="txtTitle" id="txtTitle" value="<?php echo($packageTitle); ?>"/> </div> </div> <?php if ($id == 0) { ?> <div class="form-group row"> <?php $packages_data = fetch_log_packages(); ?> <label class="col-lg-3 text-right control-label">Duplicate:</label> <div class="col-lg-5"> <select name="dupSrvcId" id="dupSrvcId" class="form-control select2me"> <option value="0">Select a Service</option> <?php FillCombo(0, $packages_data); ?> </select> </div> </div> <?php } ?> <div class="form-group row"> <?php $pack_cat = fetch_log_package_category_by_id(); ?> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_294'); ?>:*</label> <div class="col-lg-5"> <select name="categoryId" id="categoryId" class="form-control select2me" data-placeholder="<?php echo $this->lang->line('BE_LBL_255'); ?>"> <option value="0"><?php echo $this->lang->line('BE_LBL_255'); ?></option> <?php FillCombo($categoryId, $pack_cat); ?> </select> </div> </div> <?php if(empty($id)) { ?> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_296'); ?>:*</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Price" name="txtPrice" onblur="calculatePrices();" id="txtPrice" maxlength="10" value="<?php echo($price); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_651'); ?>:</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Cost Price" name="txtCostPrice" id="txtCostPrice" maxlength="10" value="<?php echo roundMe($costPrice); ?>"/> </div> </div> <?php } ?> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Minimum Quantity (If Any):</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Minimum quantity customer will send" maxlength="3" name="txtMinQty" value="<?php echo $minQty; ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_344'); ?>:</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Supplier" maxlength="100" name="txtSupplier" value="<?php echo($supplier); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_PCK_10'); ?>:</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Delivery Time" name="txtDelTm" id="txtDelTm" maxlength="100" value="<?php echo($deliveryTime); ?>"/> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_839'); ?>:</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter <?php echo $this->lang->line('BE_LBL_839'); ?>" name="txtRedirection" maxlength="100" value="<?php echo($redirect); ?>"/> <span class="form-text text-muted"> Sample URL: http://www.example.com/<br/> Client will be sent to this URL on choosing this service. </span> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Notification Emails:</label> <div class="col-lg-5"> <input type="text" class="form-control" placeholder="Enter Emails separated by Commas" name="txtEmails" maxlength="100" value="<?php echo($emailIDs); ?>"/> <span class="form-text text-muted"> Email Addresses here to send New order emails for<br/>this service. </span> </div> </div> <div class="form-group row "> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_PCK_21'); ?>*:</label> <div class="form-group mb-3 mb-md-2"> <div class="custom-control custom-control-right custom-radio custom-control-inline"> <input type="radio" class="chkSelect custom-control-input" <?php echo $this->lang->line('BE_LBL_832'); ?> name="rdServiceType" value="0" id="rdServiceType0" checked> <label class="custom-control-label position-static" for="rdServiceType0"> <?php echo $this->lang->line('BE_LBL_832'); ?></label> </div> <div class="custom-control custom-control-right custom-radio custom-control-inline"> <input type="radio" class="chkSelect custom-control-input" value="1" name="rdServiceType" <?php if ($srvType == '1') echo 'checked'; ?> id="rdServiceType1"> <label class="custom-control-label position-static" for="rdServiceType1"><?php echo $this->lang->line('BE_LBL_833'); ?></label> </div> </div> <!--<div class="col-lg-7 radio-list"> <label class=" form-check-inline form-check "> <input type="radio" class="chkSelect form-check-input" name="rdServiceType" id="rdServiceType0" value="0" checked/> <?php /*echo $this->lang->line('BE_LBL_832'); */?> </label> <label class="form-check-inline form-check "> <input type="radio" class="chkSelect form-check-input" name="rdServiceType" id="rdServiceType1" value="1" <?php /*if ($srvType == '1') echo 'checked'; */?> /> <?php /*echo $this->lang->line('BE_LBL_833'); */?> </label> </div>--> </div> <div class="form-group row" <?php if ($srvType != '0') echo 'style="display:none;"'; ?> id="dvDelayTm"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_835'); ?>:</label> <div class="col-lg-3"> <input type="text" class="form-control" placeholder="Enter <?php echo $this->lang->line('BE_LBL_835'); ?>" name="txtResDelayTm" id="txtResDelayTm" maxlength="4" value="<?php echo($responseDelayTm); ?>"/> <span class="form-text text-muted"> In minutes </span> </div> </div> <div class="form-group row"> <label class="control-label text-right col-md-3"><?php echo $this->lang->line('BE_LBL_297'); ?>:</label> <div class="col-lg-9"> <textarea class="ckeditor form-control" name="txtDetail" rows="6"><?php echo $detail; ?></textarea> </div> </div> <div class="form-group row"> <label for="txtImage" class="col-lg-3 control-label text-right"><? echo $this->lang->line('BE_PCK_3'); ?>:</label> <div class="col-lg-9"> <input type="file" id="txtImage" name="txtImage"> <p class="form-text text-muted"> .jpg, .gif, .png </p> <div> <?php if(!empty($id) && isset($serviceImage) && $serviceImage != '') { ?> <p valign="middle"><img src="<?php echo base_url() . "uplds" . $rsStngs->Theme . "/" . $serviceImage ?>" width="200px" height="auto"/></p> <?php } ?> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Terms & Condtions:</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="chkTOC" id="chkTOC" <?php echo $toc == 1 ? 'checked' : ''; ?> class="toggle"/> <span> <label for="chkTOC"></label> </span> </div> </div> </div> <?php if ($id > 0) { ?> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_389'); ?>:</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="chkResetDiscounts" id="chkResetDiscounts" class="toggle"/><span><label for="chkResetDiscounts"></label></span> </div> </div> </div> <?php } ?> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Calculate Price Per Quantity:</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="chkPricePerQty" id="chkPricePerQty" <?php echo $pricePerQty == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="chkPricePerQty"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_630'); ?>:</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="cancelOrders" id="cancelOrders" <?php echo $cancelOrders == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="cancelOrders"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_736'); ?>:</label> <div class="col-lg-8"> <div class="row"> <?php if(!empty($cancelTimeUnit)) { list($cancelTimeUnit, $cancelMins) = explode('|', $cancelTimeUnit); } ?> <div class="col-lg-2"> <select name="cancelTimeUnit" class="form-control"> <option value="m" <?php echo $cancelTimeUnit == 'm' ? 'selected=""' : ''; ?>>Minutes</option> <option value="h" <?php echo $cancelTimeUnit == 'h' ? 'selected=""' : ''; ?>>Hours</option> <option value="d" <?php echo $cancelTimeUnit == 'd' ? 'selected=""' : ''; ?>>Days</option> </select> </div> <div class="col-lg-2"> <input type="text" class="form-control" name="txtCancelTime" maxlength="6" id="txtCancelTime" value="<?php echo($cancelMins); ?>"/> </div> <span class="form-text text-muted"> Please enter time to cancel an order! </span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_675'); ?>:</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="verifyOrders" id="verifyOrders" <?php echo $verifyOrders == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="verifyOrders"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php echo $this->lang->line('BE_LBL_737'); ?>:</label> <div class="col-lg-8"> <div class="row"> <?php if(!empty($verifyTimeUnit)) { list($verifyTimeUnit, $verifyMins) = explode('|', $verifyTimeUnit); } ?> <div class="col-lg-2"> <select name="verifyTimeUnit" class="form-control"> <option value="m" <?php echo $verifyTimeUnit == 'm' ? 'selected=""' : ''; ?>>Minutes</option> <option value="h" <?php echo $verifyTimeUnit == 'h' ? 'selected=""' : ''; ?>>Hours</option> <option value="d" <?php echo $verifyTimeUnit == 'd' ? 'selected=""' : ''; ?>>Days</option> </select> </div> <div class="col-lg-2"> <input type="text" class="form-control" placeholder="Order Verification Time in Minutes" name="txtVerifyTime" maxlength="6" id="txtVerifyTime" value="<?php echo($verifyMins); ?>"/> </div> <span class="form-text text-muted"> Please enter time to verify an order! </span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label"><?php 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="chkDisableLogPackage" id="chkDisableLogPackage" <?php echo $disablePackage == 1 ? 'checked' : ''; ?> class="toggle"/><span><label for="chkDisableLogPackage"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-3 text-right control-label">Features:</label> <div class="col-lg-9" style="padding-left:30px;"> <?php foreach ($rsFtrs as $rwF) { $chckd = ''; if ($rwF->Checked == '1') $chckd = 'checked'; ?> <label class="checkbox"> <input type="checkbox" class="chkSelect" name="packFeatures[]" value="<?php echo $rwF->FeatureId; ?>" <?php echo $chckd; ?> /> <?php echo $rwF->Feature; ?> </label><br> <?php } ?> </div> </div> <div class="form-group row"> <div class="col-lg-3"></div> <div class="col-lg-9"> <button name="tab" value="1" type="submit" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> class="btn ThemeColorButton"><?php echo $this->lang->line('BE_LBL_72'); ?></button> </div> </div>