File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 <div class="form-row">
5656 <div class="form-group col-sm-6">
5757 <label for="start_date">Start Date/Time</label>
58- <input type="text" class="form-control form-control-sm input_date " name="time_on" id="time_on" value="<?php echo $ qso ->COL_TIME_ON ; ?> ">
58+ <input type="text" class="form-control form-control-sm" name="time_on" id="time_on" value="<?php echo $ qso ->COL_TIME_ON ; ?> ">
5959 </div>
6060
6161 <div class="form-group col-sm-6">
6262 <label for="start_time">End Date/Time</label>
63- <input type="text" class="form-control form-control-sm input_time " name="time_off" id="time_off" value="<?php echo $ qso ->COL_TIME_OFF ; ?> ">
63+ <input type="text" class="form-control form-control-sm" name="time_off" id="time_off" value="<?php echo $ qso ->COL_TIME_OFF ; ?> ">
6464 </div>
6565 </div>
6666 <div class="form-row">
You can’t perform that action at this time.
0 commit comments