mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added the Ability to Toggle the Ticket Timer Pause / Play
This commit is contained in:
@@ -310,6 +310,9 @@ if (isset($_GET['ticket_id'])) {
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-clock"></i></span>
|
||||
</div>
|
||||
<input class="form-control timepicker" id="time_worked" name="time" type="text" value="00:00:00" onchange="setTime()"/>
|
||||
<div class="input-group-append">
|
||||
<button type="button" class="btn btn-dark" id="toggleTimer"><i class="fas fa-pause"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user