Rev 30605 | Rev 30614 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script>$(function() {let dp = getRangedDatePicker();dp['startDate'] = moment("$webOffer.getStartDate()");dp['endDate'] = moment("$webOffer.getEndDate()");$('input[name="offerUpdatedateRange"]').daterangepicker(dp);});</script><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">Web Listing Edit</h4></div><div class="modal-body" style="min-height: 200px"><div class="row" style="padding: 10px 0px 10px 20px"><form><div class="col-lg-3"><div class="form-group"><label for="web-listing-title">Title</label> <input type="text"class="form-control" id="web-offer-update-title" value="$webOffer.getTitle()"placeholder="Hdfc Bank Offer"></div></div><div class="col-lg-3"><div class="form-group"><label for="web-listing-title">Detailed Text</label><textareaclass="form-control" id="detailed-update-text" value="$webOffer.getDetailedText()"></textarea></div></div><div class="col-lg-3"><div class="form-group"><label for="schemeDuration">Offer Duration :</label><input id="webOfferDuration" name="offerUpdatedateRange" type="text" value="" class="form-control input-sm"></div></div><div class="col-lg-2" style = "margin-top:15px"><div class="form-group"><button type="button" data-id="$webOffer.getId()" data-dismiss="modal" class="btn btn-default updateWebOfferDuration">Update Offer</button></div></div></form></div></div>