Allow editing time worked when editing a ticket reply

This commit is contained in:
Marcus Hill
2022-12-08 20:06:11 +00:00
parent 01bc31728f
commit 7b266dc898
2 changed files with 10 additions and 2 deletions

View File

@@ -16,6 +16,13 @@
<textarea class="form-control summernote" rows="8" name="ticket_reply"><?php echo $ticket_reply; ?></textarea>
</div>
<b>Time worked</b>
<div class="col-3">
<div class="form-group">
<input class="form-control timepicker" id="time_worked" name="time" type="time" step="1" value="<?php echo date_format($ticket_reply_time_worked, 'H:i:s') ?>"/>
</div>
</div>
</div>
<div class="modal-footer bg-white">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>