mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 03:34:50 +00:00
Move Repky buttons and Control on one row removed the Timer Icon just use boxes for time as this is assumed
This commit is contained in:
@@ -358,10 +358,6 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
|
|
||||||
<div class="input-group-prepend">
|
|
||||||
<span class="input-group-text"><i class="fas fa-fw fa-clock"></i></span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="input-group custom-tt-width">
|
<div class="input-group custom-tt-width">
|
||||||
<input type="text" class="form-control" inputmode="numeric" id="hours" name="hours" placeholder="Hrs" min="0" max="23" pattern="0?[0-9]|1[0-9]|2[0-3]">
|
<input type="text" class="form-control" inputmode="numeric" id="hours" name="hours" placeholder="Hrs" min="0" max="23" pattern="0?[0-9]|1[0-9]|2[0-3]">
|
||||||
</div>
|
</div>
|
||||||
@@ -387,9 +383,7 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="form-row">
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// Set the initial ticket response type (private/internal note)
|
// Set the initial ticket response type (private/internal note)
|
||||||
// Future updates of the wording/icon are done by Javascript
|
// Future updates of the wording/icon are done by Javascript
|
||||||
|
|||||||
Reference in New Issue
Block a user