mirror of https://github.com/itflow-org/itflow
Made Public Comment and Email Default Selected option
This commit is contained in:
parent
2149a33bd5
commit
14c814c5b8
|
|
@ -539,14 +539,15 @@ if (isset($_GET['ticket_id'])) {
|
|||
<div class="form-group">
|
||||
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
||||
<label class="btn btn-light active">
|
||||
<input type="radio" name="public_reply_type" value="1" checked>Public Comment
|
||||
<input type="radio" name="public_reply_type" value="2" checked>Public Comment & Email
|
||||
</label>
|
||||
|
||||
<label class="btn btn-light">
|
||||
<input type="radio" name="public_reply_type" value="1">Public Comment
|
||||
</label>
|
||||
<label class="btn btn-light">
|
||||
<input type="radio" name="public_reply_type" value="0">Internal Note
|
||||
</label>
|
||||
<label class="btn btn-light mx-auto">
|
||||
<input type="radio" class="float-right" name="public_reply_type" value="2">Email Client
|
||||
</label>
|
||||
</div>
|
||||
<?php if ($config_ai_enable) { ?>
|
||||
<div class="float-right">
|
||||
|
|
|
|||
Loading…
Reference in New Issue