Add time tracking for bulk ticket replies

- TT for bulk replies
- Encourage the correct time format using a placeholder and pattern (client-side validation only)
This commit is contained in:
wrongecho
2024-12-04 16:43:09 +00:00
parent a31387720c
commit 425b06e550
3 changed files with 10 additions and 3 deletions

View File

@@ -35,6 +35,13 @@
<textarea class="form-control tinymce" rows="5" name="bulk_reply_details" placeholder="Type an update here"></textarea>
</div>
<div class="col-3">
<div class="form-group">
<label>Time worked</label>
<input class="form-control timepicker" id="time_worked" name="time" type="text" placeholder="HH:MM:SS" pattern="([01]?[0-9]|2[0-3]):([0-5]?[0-9]):([0-5]?[0-9])" value="00:00:00"/>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="bulkPrivateReplyCheckbox" name="bulk_private_reply" value="1">