Subversion Repositories SmartDukaan

Rev

Rev 30588 | Rev 30605 | 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="offerdateRange"]').daterangepicker(dp);
        });

</script>


<div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">&times;</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="row">
                                <div class="col-lg-4 form-group">
                                                <label for="schemeDuration">Offer Duration :</label> 
                                                <input id="webOfferDuration" name="offerdateRange" type="text" value="" class="form-control input-sm">
                                        </div>
                                        <div  class="col-lg-2 form-group">
                                                <label></label> 
                                        
                                        <button type="button" data-id="$webOffer.getId()"  data-dismiss="modal" class="btn btn-default updateWebOfferDuration">Update Offer</button>
                                        </div>
                                </div>
                        </div>                          
                        </form>
        </div>
</div>