Subversion Repositories SmartDukaan

Rev

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

Rev 31147 Rev 33795
Line 58... Line 58...
58
                   value="Create">
58
                   value="Create">
59
        </div>
59
        </div>
60
    </div>
60
    </div>
61
 
61
 
62
 
62
 
63
 
-
 
64
        <div class="form-inline col-lg-4">
63
    <div class="col-lg-12">
65
        
64
        <table>
-
 
65
            <tr>
-
 
66
                <td style="padding: 5px 10px;">
-
 
67
                    <div class="form-inline">
66
                <div class="input-group top_search">
68
                        <div class="input-group top_search">
67
                    <input type="text" class="form-control" id="offer-item-search-text" autocomplete="off"
69
                            <input type="text" class="form-control" id="offer-item-search-text" autocomplete="off"
68
                           placeholder="Search Model"
70
                                   placeholder="Search Model"
69
                        #if($searchModel > 0)
71
                                #if($searchModel > 0)
70
                           value="$modelName"
72
                                   value="$modelName"
71
                        #end
73
                                #end
72
                    />
74
                            />
73
                    <span class="input-group-btn">
75
                            <span class="input-group-btn">
74
                        <button class="btn btn-primary submit" id="offer-item-search-button" type="button">Go!</button>
76
                        <button class="btn btn-primary submit" id="offer-item-search-button" type="button">Go!</button>
75
                    </span>
77
                    </span>
-
 
78
                        </div>
76
                </div>
79
                    </div>
77
            </div>
80
                </td>
-
 
81
                <td style="padding: 5px 10px;"><input placeholder="Set Duration" name="customerOfferByDateRange"
-
 
82
                                                      id="customerOfferByDateRange"
-
 
83
                                                      type="text" value="" class="form-control input-sm"></td>
-
 
84
                <td style="padding: 5px 10px;"><input class="btn btn-primary customer-offer-daterange"
-
 
85
                                                      type="button"
-
 
86
                                                      value="Submit"></td>
78
    
87
            </tr>
79
    <div class="col-lg-12">
88
        </table>
80
        <table class="table table-border table-condensed table-bordered" id="offer-customer-table" style="width:100%">
89
        <table class="table table-border table-condensed table-bordered" id="offer-customer-table" style="width:100%">
81
 
90
 
82
            <thead style="background:#F5F5F5;">
91
            <thead style="background:#F5F5F5;">
83
 
92
 
84
            <tr>
93
            <tr>
Line 159... Line 168...
159
 
168
 
160
  
169
  
161
 
170
 
162
    });
171
    });
163
 
172
 
-
 
173
</script>
-
 
174
 
-
 
175
<script type="text/javascript">
-
 
176
    $('input[name="customerOfferByDateRange"]').daterangepicker(getStatementRanges());
164
</script>
177
</script>
165
178