Subversion Repositories SmartDukaan

Rev

Rev 30601 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30601 Rev 30607
Line 70... Line 70...
70
                               value="$searchValue">
70
                               value="$searchValue">
71
                    </div>
71
                    </div>
72
                </div>
72
                </div>
73
            #elseif($searchType)
73
            #elseif($searchType)
74
                <div class="col-lg-3">
74
                <div class="col-lg-3">
75
                    <input type="text" class="form-control" id="sale-history-search-text"" placeholder="Search
75
                    <input type="text" class="form-control" id="sale-history-search-text" placeholder="Search
76
                    by $searchType.getValue()" value="$searchValue" />
76
                    by $searchType.getValue()" value="$searchValue"/>
77
                </div>
77
                </div>
78
            #else
78
            #else
79
                <div class="col-lg-3">
79
                <div class="col-lg-3">
80
                    <input type="text" class="form-control" id="sale-history-search-text"" placeholder="Search by"
80
                    <input type="text" class="form-control" id="sale-history-search-text" placeholder="Search by"
81
                    value="$searchValue" />
81
                           value="$searchValue"/>
82
                </div>
82
                </div>
83
            #end
83
            #end
84
            <div class="col-lg-1">
84
            <div class="col-lg-1">
85
                <button class="btn btn-primary submit" id="sale-history-search-button" type="button">Search</button>
85
                <button class="btn btn-primary submit" id="sale-history-search-button" type="button">Search</button>
86
            </div>
86
            </div>
Line 108... Line 108...
108
                            <tr class="sale-details" data="$saleHistory.getId()">
108
                            <tr class="sale-details" data="$saleHistory.getId()">
109
                                <td>$saleHistory.getInvoiceNumber()</td>
109
                                <td>$saleHistory.getInvoiceNumber()</td>
110
                                <td>$saleHistory.getTotalAmount()</td>
110
                                <td>$saleHistory.getTotalAmount()</td>
111
                                <td>$saleHistory.getFormattedDate()</td>
111
                                <td>$saleHistory.getFormattedDate()</td>
112
                                <td>
112
                                <td>
113
                                    <button class="btn btn-primary">View</button
113
                                    <button class="btn btn-primary">View</button>
114
                                </td>
114
                                </td>
115
                            </tr>
115
                            </tr>
116
                            #end
116
                            #end
117
                        #else
117
                        #else
118
                        <tr>
118
                        <tr>