Remove Dup AI Reword Button
This commit is contained in:
@@ -583,12 +583,6 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
<input type="radio" name="public_reply_type" value="1">Public Comment
|
<input type="radio" name="public_reply_type" value="1">Public Comment
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<?php if ($config_ai_enable) { ?>
|
|
||||||
<div class="float-right">
|
|
||||||
<button id="rewordButton" class="btn btn-secondary" type="button"><i class="fas fa-fw fa-robot mr-2"></i>AI Reword</button>
|
|
||||||
<button id="undoButton" class="btn btn-secondary" type="button" style="display:none;"><i class="fas fa-fw fa-redo-alt mr-2"></i>Undo</button>
|
|
||||||
</div>
|
|
||||||
<?php } ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user