mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 13:24:51 +00:00
Initial support for ticket status changes and emailing client ticket updates
This commit is contained in:
@@ -59,8 +59,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if(!empty($config_smtp_host) AND !empty($client_email)){ ?>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" id="customControlAutosizing" name="email_ticket_updates" value="1" checked>
|
||||
<label class="custom-control-label" for="customControlAutosizing">Email ticket updates <span class="text-secondary"><?php echo $client_email; ?></span></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Details <strong class="text-danger">*</strong></label>
|
||||
<textarea class="form-control summernote" rows="8" name="details" required><?php echo $ticket_details; ?></textarea>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user