Rev 30614 | 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; overflow:auto;"><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-4"><div class="form-group"><label for="web-listing-title">Detailed Text</label><textareaclass="form-control" id="detailed-update-text" >$webOffer.getDetailedText()</textarea></div></div>#if($webOffer.getLargeBannerUrl())<div class="col-lg-3"><div class="form-group"><label for="web-listing-bannerurl">Banner Url</label> <inputclass="form-control" value="$webOffer.getLargeBannerUrl()" id="offer-banner-update-large"placeholder="Banner Url"></div></div>#else<div class="col-lg-3"><div class="form-group"><label for="web-listing-bannerurl">Banner Url</label> <inputclass="form-control" value="" id="offer-banner-update-large"placeholder="Banner Url"></div></div>#end</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-1" 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>