Subversion Repositories SmartDukaan

Rev

Rev 36532 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36532 Rev 36551
Line 19... Line 19...
19
            Bulk Upload <input type="file" id="poItemsFile" accept=".xlsx,.xls" style="display:none;">
19
            Bulk Upload <input type="file" id="poItemsFile" accept=".xlsx,.xls" style="display:none;">
20
        </label>
20
        </label>
21
    </div>
21
    </div>
22
 
22
 
23
    <div class="col-lg-2 form-group">
23
    <div class="col-lg-2 form-group">
24
        <a href="${context}/downloadPOItemsTemplate" class="btn btn-default form-control">Download Template</a>
24
        <a href="${rc.contextPath}/downloadPOItemsTemplate" class="btn btn-default form-control">Download Template</a>
25
    </div>
25
    </div>
26
 
26
 
27
</div>
27
</div>
28
 
28
 
29
 
29