Subversion Repositories SmartDukaan

Rev

Rev 29707 | Rev 29851 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

                                                
                                                    <td>$co.getId()</td>
                                                        <td>$co.getOfferName()</td>
                                                        <td>$co.getStartDate().format($dateFormatter) - $co.getEndDate().format($dateFormatter)
                                                          
                                                               <div class="input-group">
                                                                    <input placeholder="Extend Date" id="extendEndDate" name="extendEndDate"
                                                                           type="text"
                                                                           value=""
                                                                           class="form-control">
                                                                    <span class="input-group-btn"> <button class="btn btn-primary extendeDate-button"
                                                                                                        data-requestid="$co.getId()"    id="extendeDate-button"
                                                                                                           type="button">Extend All</button></span>
                                                                </div>
                                                </td>
                                                        <td><button class="btn btn-primary downloadOffer"
                                                                        data-requestid="$co.getId()"  type="button">Download</button></td>
                                                        <td>    <div class="row">
                                                                        <form class="form-horizontal">
                                                                                <label class="control-label col-sm-2" for="excelfile">CSV File:</label>
                                                                            <div class="col-lg-6">
                                                                                <div class="input-group">
                                                                                        <input class="form-control" type="file"  id="customerofferitem" name="customerofferitem" />
                                                                                        <span class="input-group-btn">
                                                                                                <button type = "button" class="btn btn-default customerofferitemupload" data-requestid="$co.getId()">
                                                                                                            Uplaod
                                                                                                        </button>
                                                                                                </span>
                                                                                        </div>
                                                                            </div>
                                                                        <div class="col-lg-2">
                                                                                <a class="btn btn-default" id = "downloadCustomerOfferTemplate">
                                                                                            Download Tempate
                                                                                        </a>
                                                                        </div>
                                                                    </form>
                                                            </div>
                               </td>