Allow Overriding a ticket templates subject when creating a ticket from template

This commit is contained in:
johnnyq
2024-04-06 20:54:22 -04:00
parent 8d571682cc
commit 48ecde6e9b
2 changed files with 15 additions and 1 deletions

View File

@@ -64,6 +64,16 @@
</div>
</div>
<div class="form-group">
<label>Override Subject</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-tag"></i></span>
</div>
<input type="text" class="form-control" name="subject" placeholder="Fill this in to override the templates subject">
</div>
</div>
<?php if (empty($_GET['client_id'])) { ?>