Made Public Comment and Email Default Selected option

This commit is contained in:
johnnyq 2024-05-30 16:45:20 -04:00
parent 2149a33bd5
commit 14c814c5b8
1 changed files with 5 additions and 4 deletions

View File

@ -539,14 +539,15 @@ if (isset($_GET['ticket_id'])) {
<div class="form-group"> <div class="form-group">
<div class="btn-group btn-group-toggle" data-toggle="buttons"> <div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-light active"> <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>
<label class="btn btn-light"> <label class="btn btn-light">
<input type="radio" name="public_reply_type" value="0">Internal Note <input type="radio" name="public_reply_type" value="0">Internal Note
</label> </label>
<label class="btn btn-light mx-auto">
<input type="radio" class="float-right" name="public_reply_type" value="2">Email Client
</label>
</div> </div>
<?php if ($config_ai_enable) { ?> <?php if ($config_ai_enable) { ?>
<div class="float-right"> <div class="float-right">