Subversion Repositories SmartDukaan

Rev

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

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