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