Skip to content

Commit fb23301

Browse files
committed
Merge branch 'dev' of https://github.com/magicbug/Cloudlog into dev
2 parents f2cbb58 + e9d704c commit fb23301

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

application/views/qso/edit_ajax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
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">

0 commit comments

Comments
 (0)