Lines 125-131
Link Here
|
125 |
<td><input type="radio" name="Column" value="reservedate" /></td> |
125 |
<td><input type="radio" name="Column" value="reservedate" /></td> |
126 |
<td> |
126 |
<td> |
127 |
<label for="filter_reservedate_begin">From</label> |
127 |
<label for="filter_reservedate_begin">From</label> |
128 |
<input type="text" size="10" id="filter_reservedate_begin" data-start_for="filter_reservedate_end" name="filter_reservedate_begin" class="flatpickr" /> |
128 |
<input type="text" size="10" id="filter_reservedate_begin" data-date_to="filter_reservedate_end" name="filter_reservedate_begin" class="flatpickr" /> |
129 |
|
129 |
|
130 |
<label for="filter_reservedate_end">To</label> |
130 |
<label for="filter_reservedate_end">To</label> |
131 |
<input size="10" id="filter_reservedate_end" name="filter_reservedate_end" value="" type="text" class="flatpickr" /> |
131 |
<input size="10" id="filter_reservedate_end" name="filter_reservedate_end" value="" type="text" class="flatpickr" /> |
Lines 137-143
Link Here
|
137 |
<td><input type="radio" name="Column" value="notificationdate" /></td> |
137 |
<td><input type="radio" name="Column" value="notificationdate" /></td> |
138 |
<td> |
138 |
<td> |
139 |
<label for="filter_notificationdate_begin">From</label> |
139 |
<label for="filter_notificationdate_begin">From</label> |
140 |
<input type="text" size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" data-start_for="filter_notificationdate_end" class="flatpickr" /> |
140 |
<input type="text" size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" data-date_to="filter_notificationdate_end" class="flatpickr" /> |
141 |
|
141 |
|
142 |
<label for="filter_notificationdate_end">To</label> |
142 |
<label for="filter_notificationdate_end">To</label> |
143 |
<input size="10" id="filter_notificationdate_end" name="filter_notificationdate_end" value="" type="text" class="flatpickr" /> |
143 |
<input size="10" id="filter_notificationdate_end" name="filter_notificationdate_end" value="" type="text" class="flatpickr" /> |
Lines 149-155
Link Here
|
149 |
<td><input type="radio" name="Column" value="reminderdate" /></td> |
149 |
<td><input type="radio" name="Column" value="reminderdate" /></td> |
150 |
<td> |
150 |
<td> |
151 |
<label for="filter_reminderdate_begin">From</label> |
151 |
<label for="filter_reminderdate_begin">From</label> |
152 |
<input type="text" size="10" id="filter_reminderdate_begin" name="Filter" data-start_for="filter_reminderdate_end" class="flatpickr" /> |
152 |
<input type="text" size="10" id="filter_reminderdate_begin" name="Filter" data-date_to="filter_reminderdate_end" class="flatpickr" /> |
153 |
|
153 |
|
154 |
<label for="filter_reminderdate_end">To</label> |
154 |
<label for="filter_reminderdate_end">To</label> |
155 |
<input size="10" id="filter_reminderdate_end" name="filter_reminderdate_end" value="" type="text" class="flatpickr" /> |
155 |
<input size="10" id="filter_reminderdate_end" name="filter_reminderdate_end" value="" type="text" class="flatpickr" /> |
Lines 161-167
Link Here
|
161 |
<td><input type="radio" name="Column" value="waitingdate" /></td> |
161 |
<td><input type="radio" name="Column" value="waitingdate" /></td> |
162 |
<td> |
162 |
<td> |
163 |
<label for="filter_waitingdate_begin">From</label> |
163 |
<label for="filter_waitingdate_begin">From</label> |
164 |
<input type="text" size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" data-start_for="filter_waitingdate_end" class="flatpickr" /> |
164 |
<input type="text" size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" data-date_to="filter_waitingdate_end" class="flatpickr" /> |
165 |
|
165 |
|
166 |
<label for="filter_waitingdate_end">To</label> |
166 |
<label for="filter_waitingdate_end">To</label> |
167 |
<input size="10" id="filter_waitingdate_end" name="filter_waitingdate_end" value="" type="text" class="flatpickr" /> |
167 |
<input size="10" id="filter_waitingdate_end" name="filter_waitingdate_end" value="" type="text" class="flatpickr" /> |
Lines 173-179
Link Here
|
173 |
<td><input type="radio" name="Column" value="cancellationdate" /></td> |
173 |
<td><input type="radio" name="Column" value="cancellationdate" /></td> |
174 |
<td> |
174 |
<td> |
175 |
<label for="filter_cancellationdate_begin">From</label> |
175 |
<label for="filter_cancellationdate_begin">From</label> |
176 |
<input type="text" size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" data-start_for="filter_cancellationdate_end" class="flatpickr" /> |
176 |
<input type="text" size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" data-date_to="filter_cancellationdate_end" class="flatpickr" /> |
177 |
|
177 |
|
178 |
<label for="filter_cancellationdate_end">To</label> |
178 |
<label for="filter_cancellationdate_end">To</label> |
179 |
<input size="10" id="filter_cancellationdate_end" name="filter_cancellationdate_end" value="" type="text" class="flatpickr" /> |
179 |
<input size="10" id="filter_cancellationdate_end" name="filter_cancellationdate_end" value="" type="text" class="flatpickr" /> |