mirror of
https://github.com/itflow-org/itflow
synced 2026-08-28 10:25:12 +00:00
Default to Public reply by default in Ticket Reply
This commit is contained in:
@@ -719,7 +719,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
<div class="btn-group w-100 mb-3" role="group">
|
||||
<input class="btn-check" id="public_reply_type_opt0" type="radio" name="public_reply_type" value="0" checked>
|
||||
<label class="btn btn-outline-dark" for="public_reply_type_opt0"><i class="fas fa-fw fa-lock me-1"></i>Internal note</label>
|
||||
<input class="btn-check" id="public_reply_type_opt1" type="radio" name="public_reply_type" value="1">
|
||||
<input class="btn-check" id="public_reply_type_opt1" type="radio" name="public_reply_type" value="1" checked>
|
||||
<label class="btn btn-outline-info" for="public_reply_type_opt1"><i class="fas fa-fw fa-comment me-1"></i>Public reply</label>
|
||||
<?php if ($contact_email) { ?>
|
||||
<input class="btn-check" id="public_reply_type_opt2" type="radio" name="public_reply_type" value="2">
|
||||
|
||||
Reference in New Issue
Block a user