Subversion Repositories SmartDukaan

Rev

Rev 29850 | Rev 30601 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29850 tejbeer 1
 
2
						    <td>$co.getId()</td>
29707 tejbeer 3
							<td>$co.getOfferName()</td>
4
							<td>$co.getStartDate().format($dateFormatter) - $co.getEndDate().format($dateFormatter)
5
 
6
							       <div class="input-group">
7
							            <input placeholder="Extend Date" id="extendEndDate" name="extendEndDate"
8
							                   type="text"
9
							                   value=""
10
							                   class="form-control">
11
							            <span class="input-group-btn"> <button class="btn btn-primary extendeDate-button"
12
							                                                data-requestid="$co.getId()"    id="extendeDate-button"
13
							                                                   type="button">Extend All</button></span>
14
							        </div>
15
					        </td>
16
							<td><button class="btn btn-primary downloadOffer"
17
									data-requestid="$co.getId()"  type="button">Download</button></td>
18
							<td>	<div class="row">
19
									<form class="form-horizontal">
29851 tejbeer 20
										<label class="control-label col-sm-2" for="excelfile">CSV File Upload:</label>
29707 tejbeer 21
									    <div class="col-lg-6">
22
									    	<div class="input-group">
23
									    		<input class="form-control" type="file"  id="customerofferitem" name="customerofferitem" />
29851 tejbeer 24
 
29707 tejbeer 25
											</div>
26
									    </div>
27
								    	<div class="col-lg-2">
28
								    		<a class="btn btn-default" id = "downloadCustomerOfferTemplate">
29
											    Download Tempate
30
											</a>
31
								    	</div>
32
								    </form>
33
							    </div>
34
	                       </td>
35
 
36
 
37